Skip to content

Commit

Permalink
Tweaked CI/CD jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 11, 2024
1 parent 601b709 commit 58b2503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
otp_version: ['24', '25', '26']
otp_version: ['26', '25', '24']

steps:
- uses: actions/checkout@v4
Expand All @@ -38,12 +38,12 @@ jobs:
run: rebar3 as test lfe ltest -tall

older-builds:
name: Erlang ${{ matrix.otp_version }} build (old)
name: Erlang ${{ matrix.otp_version }} build
runs-on: ubuntu-20.04

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

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 58b2503

Please sign in to comment.