Skip to content

Commit 102a8eb

Browse files
committed
Update CI elixir & OTP versions
1 parent 6074b08 commit 102a8eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ jobs:
2828
otp: 20.3.8.26
2929
warnings_as_errors: true # 1.10 is not enough as its --warnigs-as-errors has bugs https://github.com/elixir-lang/elixir/issues/10073
3030
- elixir: 1.10.x
31-
otp: 21.3.8.17
31+
otp: 21.3.8.18
3232
- elixir: 1.10.x
33-
otp: 23.0.3
33+
otp: 22.3.4.12
34+
- elixir: 1.11.x
35+
otp: 23.1.1
3436
warnings_as_errors: true
3537
static_analysis: true
3638
env:

0 commit comments

Comments
 (0)