Skip to content

Commit 3d250d2

Browse files
committed
chore: test on elixir 1.18
1 parent 19cc152 commit 3d250d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24+
- elixir: 1.18.0
25+
otp: 27.2
26+
- elixir: 1.17.3
27+
otp: 27.2
2428
- elixir: 1.16.3
25-
otp: 26.2.5
29+
otp: 26.2
2630
lint: lint
2731
- elixir: 1.15.6
2832
otp: 26.2.5

0 commit comments

Comments
 (0)