Skip to content

Commit 731d366

Browse files
committed
Upgrade runtime versions
1 parent 448cf4a commit 731d366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
otp: ['28', '27', '26']
15+
rebar3: ['3.25.0']
1516
runs-on: 'ubuntu-24.04'
1617
steps:
1718
- uses: actions/checkout@v4
@@ -20,7 +21,7 @@ jobs:
2021
- uses: erlef/setup-beam@v1
2122
with:
2223
otp-version: ${{ matrix.otp }}
23-
rebar3-version: '3.24'
24+
rebar3-version: ${{matrix.rebar3}}
2425
- uses: actions/cache@v4
2526
name: Cache
2627
with:

0 commit comments

Comments
 (0)