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 c40238d commit e995f3aCopy full SHA for e995f3a
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: ["ubuntu-latest"]
20
- elixir: ["1.17"]
+ elixir: ["1.18"]
21
otp: ["28"]
22
steps:
23
- uses: actions/checkout@v4
@@ -48,13 +48,19 @@ jobs:
48
fail-fast: false
49
50
51
- elixir: ["1.17", "1.16", "1.15"]
+ elixir: ["1.18", "1.17", "1.16", "1.15"]
52
otp: ["28", "27", "26", "25"]
53
exclude:
54
- elixir: "1.15"
55
otp: "27"
56
- elixir: "1.16"
57
58
+ - elixir: "1.15"
59
+ otp: "28"
60
+ - elixir: "1.16"
61
62
+ - elixir: "1.17"
63
64
include:
65
- os: "windows-2019"
66
0 commit comments