Skip to content

Commit c4cb9ac

Browse files
committed
In CI test against Elixir 1.16
1 parent 39e4279 commit c4cb9ac

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
@@ -20,8 +20,8 @@ jobs:
2020
include:
2121
- elixir: '1.11.4'
2222
otp: '24.2'
23-
- elixir: '1.15.5'
24-
otp: '26.0'
23+
- elixir: '1.16.0'
24+
otp: '26.2'
2525

2626
steps:
2727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)