Skip to content

Commit

Permalink
Fix GitHub Action test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Oct 2, 2024
1 parent 7471950 commit 1eb15b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ jobs:
elixir: '1.13.4'
- otp: '25.3'
elixir: '1.14.5'
exclude:
- otp: '27.1'
elixir: '1.15.8'
- otp: '27.1'
elixir: '1.16.3'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1eb15b5

Please sign in to comment.