We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ce356 commit df59760Copy full SHA for df59760
.github/workflows/ci.yml
@@ -30,9 +30,9 @@ jobs:
30
otp: "22.3"
31
32
# Oldest supported versions.
33
- - os: ubuntu-18.04
34
- elixir: "1.7.4"
35
- otp: "19.3.6.13"
+ - os: ubuntu-20.04
+ elixir: "1.11"
+ otp: "21.3.8.24"
36
37
steps:
38
- name: Check out this repository
mix.exs
@@ -7,7 +7,7 @@ defmodule GenStage.Mixfile do
7
[
8
app: :gen_stage,
9
version: @version,
10
- elixir: "~> 1.7",
+ elixir: "~> 1.11",
11
package: package(),
12
description: "Producer and consumer actors with back-pressure for Elixir",
13
start_permanent: Mix.env() == :prod,
0 commit comments