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 36df792 commit 4ff118aCopy full SHA for 4ff118a
1 file changed
.github/workflows/elixir.yml
@@ -27,17 +27,17 @@ jobs:
27
strategy:
28
matrix:
29
variation:
30
- - otp: "28.x"
31
- elixir: "1.19"
+ - otp: "29.x"
+ elixir: "1.20"
32
report_coverage: true
33
- - otp: "27.x"
+ - otp: "28.x"
34
35
+ report_coverage: false
36
37
elixir: "1.19"
38
report_coverage: false
39
- otp: "28.x"
- elixir: "1.18"
- report_coverage: false
40
+ elixir: "1.19"
41
42
43
steps:
0 commit comments