Skip to content

Commit 416bf05

Browse files
Taureclaude
andcommitted
chore: drop OTP 26, update CI action versions and runners
- Drop OTP 26.1 from matrix (OTP 27+ required by Nova) - Bump OTP matrix to 27.3/28.3 - Bump rebar3 to 3.26.0 - Bump actions/checkout from v4 to v6 - Bump ubuntu runners to 24.04 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cdc5320 commit 416bf05

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/erlang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
otp: ['26.1', '27.1', '28.0']
13-
rebar3: ['3.25.0']
12+
otp: ['27.3', '28.3']
13+
rebar3: ['3.26.0']
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: erlef/setup-beam@v1
1818
with:
1919
otp-version: ${{matrix.otp}}

.github/workflows/run_nra.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ env:
1717
NOVA_REPO: "${{ inputs.nova_repo }}"
1818
jobs:
1919
run-nra:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
otp: ['26.1', '27.1', '28.0']
26-
rebar3: ['3.25.0']
25+
otp: ['27.3', '28.3']
26+
rebar3: ['3.26.0']
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
with:
3131
repository: novaframework/nova_request_app
3232
ref: main

0 commit comments

Comments
 (0)