Skip to content

Commit 2508d88

Browse files
committed
update test matrix
1 parent 76c47c1 commit 2508d88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/elixir.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- elixir: '1.18'
23-
otp: '27'
24-
- elixir: '1.17'
25-
otp: '27'
26-
- elixir: '1.16'
27-
otp: '26'
28-
- elixir: '1.15'
29-
otp: '26'
22+
- elixir: "1.19"
23+
otp: "28"
24+
- elixir: "1.18"
25+
otp: "27"
26+
- elixir: "1.17"
27+
otp: "26"
28+
- elixir: "1.16"
29+
otp: "26"
3030

3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)