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 7aa97df commit 54d74d2Copy full SHA for 54d74d2
.github/workflows/ci.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
matrix:
17
os: ["ubuntu-20.04"]
18
- elixir: ["1.16"]
19
- otp: ["26"]
+ elixir: ["1.17"]
+ otp: ["27"]
20
steps:
21
- uses: actions/checkout@v3
22
- uses: erlef/setup-beam@v1
@@ -41,8 +41,13 @@ jobs:
41
fail-fast: false
42
43
44
- elixir: ["1.16", "1.15", "1.14"]
45
- otp: ["26", "25", "24"]
+ elixir: ["1.17", "1.16", "1.15", "1.14"]
+ otp: ["27", "26", "25", "24"]
46
+ exclude:
47
+ - elixir: "1.14"
48
+ otp: "27"
49
+ - elixir: "1.17"
50
+ otp: "24"
51
52
53
0 commit comments