Skip to content

Commit

Permalink
exclude elixir 1.16 with OTP 27
Browse files Browse the repository at this point in the history
  • Loading branch information
lud committed Jun 15, 2024
1 parent 984c177 commit 1a10597
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ jobs:
strategy:
fail-fast: true
matrix:
otp: ["26","27"]
otp: ["26", "27"]
elixir: ["1.16", "1.17"]
exclude:
- otp: "27"
- elixir: "1.16"
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 1a10597

Please sign in to comment.