Skip to content

Commit

Permalink
Okay, really made it like other projects this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 5, 2024
1 parent 15c28a8 commit 467a5b1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@ on:

jobs:

core-builds:
builds:
name: Erlang ${{ matrix.otp_version }} build
runs-on: ubuntu-latest

strategy:
matrix:
# One of the tests breaks on 26
#otp_version: ['22', '23', '24', '25', '26']
otp_version: ['22', '23', '24', '25']
otp-version: ['24', '25', '26']
#otp-version: ['24', '25']
os: ['ubuntu-latest']

steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
otp-version: ${{ matrix.otp-version }}
rebar3-version: '3.22'
- name: Compile
run: rebar3 compile
Expand All @@ -47,7 +48,7 @@ jobs:

strategy:
matrix:
otp_version: ['21']
otp_version: ['21', '22', '23']

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

0 comments on commit 467a5b1

Please sign in to comment.