Skip to content

Commit 9c5e185

Browse files
committed
Update GitHub actions
1 parent d0db408 commit 9c5e185

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
otp: [24.3, 25.3, 26.2]
19-
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
19+
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0-rc.0]
2020
exclude:
2121
- elixir: 1.13.4
2222
otp: 26.2
@@ -36,6 +36,8 @@ jobs:
3636
otp: 24.3
3737
- elixir: 1.17.3
3838
otp: 24.3
39+
- elixir: 1.18.0-rc.0
40+
otp: 24.3
3941

4042
steps:
4143
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)