Skip to content

Commit

Permalink
Exclude some otp and elixir pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jan 1, 2022
1 parent 1b3a680 commit e127452
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/elixir.yml
Expand Up @@ -16,7 +16,12 @@ jobs:
matrix:
# https://repo.hex.pm/builds/elixir/builds.txt
elixir: [1.9.4, 1.10.4, 1.11.4, 1.12.3, 1.13.1]
otp: [21.x, 22.x]
otp: [21.x, 22.x, 23.x, 24.x]
exclude:
- elixir: 1.12.3
otp: 21.x
- elixir: 1.13.1
otp: 21.x
include:
- elixir: 1.9.4
otp: 20.x
Expand Down

0 comments on commit e127452

Please sign in to comment.