We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96e822 commit 7ffa1cbCopy full SHA for 7ffa1cb
.github/workflows/elixir_test.yml
@@ -15,8 +15,8 @@ jobs:
15
matrix:
16
os: [ubuntu-latest, windows-latest]
17
elixir_otp:
18
- - { elixir: 1.13, otp: 22 }
19
- - { elixir: 1.14, otp: 23 }
+ - { elixir: 1.13, otp: 24 }
+ - { elixir: 1.14, otp: 24 }
20
- { elixir: 1.15, otp: 24 }
21
- { elixir: 1.16, otp: 25 }
22
- { elixir: 1.17, otp: 26 }
0 commit comments