We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c47c1 commit 2508d88Copy full SHA for 2508d88
.github/workflows/elixir.yml
@@ -19,14 +19,14 @@ jobs:
19
strategy:
20
matrix:
21
include:
22
- - elixir: '1.18'
23
- otp: '27'
24
- - elixir: '1.17'
25
26
- - elixir: '1.16'
27
- otp: '26'
28
- - elixir: '1.15'
29
+ - elixir: "1.19"
+ otp: "28"
+ - elixir: "1.18"
+ otp: "27"
+ - elixir: "1.17"
+ otp: "26"
+ - elixir: "1.16"
30
31
steps:
32
- name: Checkout
0 commit comments