Skip to content

Commit

Permalink
CI/CD updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 5, 2024
1 parent 26bc385 commit e5fdc2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
strategy:
matrix:
# One of the tests breaks on 26
#otp_version: ['24.3', '25.3', '26.0']
otp_version: ['24.3', '25.3']
#otp_version: ['24', '25', '26']
otp_version: ['24', '25']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
Expand All @@ -47,10 +47,10 @@ jobs:

strategy:
matrix:
otp_version: ['21.3', '22.3', '23.3']
otp_version: ['21', '22', '23']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
Expand Down

0 comments on commit e5fdc2f

Please sign in to comment.