Skip to content

Commit

Permalink
ci: drop otp 24
Browse files Browse the repository at this point in the history
was causing ssl issues
  • Loading branch information
iloveitaly authored Aug 13, 2023
1 parent 343866c commit 49d9091
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 @@ -48,7 +48,7 @@ jobs:
matrix:
os: ["ubuntu-latest"]
elixir: ["1.15", "1.14", "1.13", "1.12"]
otp: ["26", "25", "24"]
otp: ["26", "25"]
exclude:
- elixir: "1.12"
otp: "25"
Expand Down

0 comments on commit 49d9091

Please sign in to comment.