Skip to content

Commit 95f4ca4

Browse files
committed
Update CI matrix with latest Elixir/OTP versions
1 parent 6c5e070 commit 95f4ca4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
elixir: 1.16.2
2626
otp: 26.2
2727
- pair:
28-
elixir: 1.17.2
29-
otp: 27.0
28+
elixir: 1.17.3
29+
otp: 27.3
30+
- pair:
31+
elixir: 1.18.3
32+
otp: 27.3
3033
lint: lint
3134
steps:
3235
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)