Skip to content

Commit 3864db6

Browse files
committed
Add Elixir 1.18
1 parent f508ab6 commit 3864db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: ["ubuntu-latest"]
20-
elixir: ["1.17"]
20+
elixir: ["1.18"]
2121
otp: ["27"]
2222
steps:
2323
- uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: ["ubuntu-latest"]
51-
elixir: ["1.17", "1.16", "1.15"]
51+
elixir: ["1.18", "1.17", "1.16", "1.15"]
5252
otp: ["27", "26", "25"]
5353
exclude:
5454
- elixir: "1.15"

0 commit comments

Comments
 (0)