Skip to content

Commit

Permalink
Removes v25
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Jan 23, 2025
1 parent 5dd6c26 commit 54d69b9
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-22.04
strategy:
matrix:
otp_version: ['27.1', '26.2', '25.3']
otp_version: ['27.1', '26.2']

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

needs:
- build
Expand Down

0 comments on commit 54d69b9

Please sign in to comment.