Skip to content

Commit 5929152

Browse files
committed
Exclude Elixir 1.19 on old Erlang versions
1 parent fb233fe commit 5929152

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ jobs:
1919
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.3', '1.18.4', 1.19.4']
2020
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
2121
exclude:
22+
- otp: '24'
23+
elixir: '1.19.4'
2224
- otp: '24'
2325
elixir: '1.18.4'
2426
- otp: '24'
2527
elixir: '1.17.3'
26-
- otp: '26'
27-
elixir: '1.13.4'
28+
- otp: '25'
29+
elixir: '1.19.4'
2830
- otp: '26'
2931
elixir: '1.14.5'
3032
- otp: '27'

0 commit comments

Comments
 (0)