Skip to content

Commit

Permalink
ci: Run on OTP 24 only
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert committed Feb 11, 2025
1 parent 0b57156 commit 2e544ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
elixir: ["1.12.x", "1.13.x", "1.14.x"]
otp: ["23.x", "24.x", "25.x"]
elixir: ["1.12.x", "1.13.x", "1.14.x", "1.15.x", "1.16.x"]
otp: ["24.x"]

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

0 comments on commit 2e544ab

Please sign in to comment.