Skip to content

Commit

Permalink
CI OTP versions: Remove 25.0, add 25.3, remove 25.1, add 26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leikind committed Nov 30, 2023
1 parent 6d9774e commit aeb4509
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 @@ -6,7 +6,7 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['24.3', '25.0', '25.1']
otp: ['24.3', '25.3', '26.1']
elixir: ['1.13.4']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aeb4509

Please sign in to comment.