Skip to content

Commit 4ff118a

Browse files
authored
Upgrade CI matrix (#259)
1 parent 36df792 commit 4ff118a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/elixir.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
strategy:
2828
matrix:
2929
variation:
30-
- otp: "28.x"
31-
elixir: "1.19"
30+
- otp: "29.x"
31+
elixir: "1.20"
3232
report_coverage: true
33-
- otp: "27.x"
33+
- otp: "28.x"
34+
elixir: "1.20"
35+
report_coverage: false
36+
- otp: "29.x"
3437
elixir: "1.19"
3538
report_coverage: false
3639
- otp: "28.x"
37-
elixir: "1.18"
38-
report_coverage: false
39-
- otp: "27.x"
40-
elixir: "1.18"
40+
elixir: "1.19"
4141
report_coverage: false
4242

4343
steps:

0 commit comments

Comments
 (0)