Skip to content

Commit 44a2869

Browse files
committed
ci: Update to use ubuntu-24.04
1 parent e0beb36 commit 44a2869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
otp: ['19.3', '21.3', 24]
13-
runs-on: ubuntu-20.04
12+
otp: [20, 24, 25, 26, 27]
13+
runs-on: ubuntu-24.04
1414
container:
1515
image: erlang:${{ matrix.otp }}
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- run: rebar3 compile
1919
- run: rebar3 xref
2020
- run: rebar3 dialyzer
2121
- run: rebar3 eunit -v
2222
- name: Send to Coveralls
23-
if: matrix.otp == 24
23+
if: matrix.otp == 26
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: |

0 commit comments

Comments
 (0)