Skip to content

Commit

Permalink
Updated CI/CD to include Erlang 27.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 13, 2025
1 parent d1ab6f4 commit f09c149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

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

strategy:
matrix:
otp_version: ['24.3', '25.3', '26.1']
otp_version: ['27', '26', '25', '24']

steps:
- uses: actions/checkout@v2
Expand All @@ -44,12 +44,12 @@ jobs:
# run: rebar3 as test do proper -c, cover -v --min_coverage=0

older-builds:
name: Old Erlang ${{ matrix.otp_version }} build
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 f09c149

Please sign in to comment.