Skip to content

Commit b344566

Browse files
authored
[RTI-16018] Update pipeline to run with OTP 27 (#71)
* Update pipeline to run with OTP 27 * Update pipeline
1 parent 40239b8 commit b344566

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/erlang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
build:
1212

13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
strategy:
1616
matrix:
1717
otp: ["25", "26", "27"]
18-
rebar: ["3.23"]
18+
rebar: ["3.24"]
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -25,7 +25,7 @@ jobs:
2525
otp-version: ${{matrix.otp}}
2626
rebar3-version: ${{matrix.rebar}}
2727
- name: Restore _build
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: _build
3131
key: "_build-cache-for
@@ -34,7 +34,7 @@ jobs:
3434
-rebar3-${{steps.setup-beam.outputs.rebar3-version}}
3535
-hash-${{hashFiles('rebar.lock')}}"
3636
- name: Restore rebar3's cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: ~/.cache/rebar3
4040
key: "rebar3-cache-for

0 commit comments

Comments
 (0)