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 6487eb1
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:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ["25.2", "26.1", "27.0.1"]
otp: ["25.2", "26.1", "27.0"]
elixir: ["1.15", "1.16", "1.17"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6487eb1

Please sign in to comment.