Skip to content

Commit

Permalink
Updates OTP/26
Browse files Browse the repository at this point in the history
- Removes OTP/24 as it's EOL
  • Loading branch information
san983 committed Aug 12, 2024
1 parent ba38a90 commit 138965b
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp_version: ['26.1', '25.3', '24.3']
otp_version: ['26.2', '25.3']

steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp_version: ['26.1', '25.3', '24.3']
otp_version: ['26.2', '25.3']

needs:
- build
Expand Down

0 comments on commit 138965b

Please sign in to comment.