Skip to content

Commit

Permalink
Remove OTP25
Browse files Browse the repository at this point in the history
Elixir 1.13 isn't compatible with it
  • Loading branch information
dvcrn committed Oct 29, 2023
1 parent 0a727b1 commit 3ea81d1
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 @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
otp: ["23.3", "24.3", "25.3"]
otp: ["23.3", "24.3"]
elixir: ["1.13.4", "1.14.3", "1.15.7"]
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 3ea81d1

Please sign in to comment.