Skip to content

Commit 4191846

Browse files
committed
Update CI
1 parent bd8fd65 commit 4191846

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
matrix:
2525
include:
2626
- pair:
27-
elixir: 1.13
28-
otp: 24
29-
- pair:
30-
elixir: 1.14
27+
elixir: 1.16
3128
otp: 25
3229
- pair:
33-
elixir: 1.15
30+
elixir: 1.17
3431
otp: 26
32+
- pair:
33+
elixir: 1.18
34+
otp: 27
3535

3636
steps:
3737
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)