Skip to content

Commit

Permalink
Run tests on OTP 26 and 27
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Feb 18, 2025
1 parent ba51414 commit 74cfd5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix
strategy:
matrix:
otp: [25, 26, 27]
otp: [26, 27]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -46,9 +46,8 @@ jobs:
fail-fast: false
matrix:
otp_major:
- "24"
- "25"
- "26"
- "27"
steps:
- name: CHECKOUT
uses: actions/checkout@v4
Expand Down

0 comments on commit 74cfd5a

Please sign in to comment.