Skip to content

Commit

Permalink
Fix CI OTP version
Browse files Browse the repository at this point in the history
  • Loading branch information
MMore committed Oct 9, 2024
1 parent fcb81fb commit 8f6988f
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:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ["25.2", "26.1", "27.0.1"]
elixir: ["1.15", "1.16", "1.17"]
otp: ["25.2", "26.1", "27.0"]
elixir: ["1.17"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8f6988f

Please sign in to comment.