Skip to content

Commit

Permalink
Remove newest OTP from CI to check whether this compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Sep 6, 2021
1 parent 982fc4d commit 3b582db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['22.x', '23.x', '24.x']
otp: ['22.x', '23.x']
elixir: ['1.7.x', '1.8.x', '1.9.x', '1.10.x', '1.11.x', '1.12.x']
env:
MIX_ENV: test
Expand Down

0 comments on commit 3b582db

Please sign in to comment.