We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202d676 commit 18a0750Copy full SHA for 18a0750
.github/workflows/elixir.yml
@@ -14,16 +14,23 @@ jobs:
14
strategy:
15
matrix:
16
elixir:
17
- - '1.15'
18
- - '1.16'
19
- - '1.17'
20
- - '1.18'
+ - "1.15"
+ - "1.16"
+ - "1.17"
+ - "1.18"
21
otp:
22
- - '25'
23
- - '26'
24
- - '27'
+ - "25"
+ - "26"
+ - "27"
25
+ - "28"
26
# see https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp
27
exclude:
28
+ - elixir: 1.17
29
+ otp: 28
30
+ - elixir: 1.16
31
32
+ - elixir: 1.15
33
34
- elixir: 1.16
35
otp: 27
36
- elixir: 1.15
0 commit comments