Skip to content

Commit 205e00b

Browse files
committed
Update GitHub actions so that they work
1 parent cf89318 commit 205e00b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
name: Erlang ${{matrix.otp}}
1414
strategy:
1515
matrix:
16-
otp: ['23.3.4.7', '24.3.4.4', '25.1.2']
16+
otp: ['25.3', '26.2', '27.2']
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: ${{matrix.otp}}

.github/workflows/proptests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
name: Erlang ${{matrix.otp}}
1414
strategy:
1515
matrix:
16-
otp: ['26.2.5']
16+
otp: ['27.2']
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: ${{matrix.otp}}

.github/workflows/self-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
name: Erlang ${{matrix.otp}}
1414
strategy:
1515
matrix:
16-
otp: ['24.3.4.4']
16+
otp: ['27.2']
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: ${{matrix.otp}}

0 commit comments

Comments
 (0)