Skip to content

Commit b3cb564

Browse files
committed
CI: Update to use latest versions
1 parent bcd044f commit b3cb564

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
otp: [21, 24, 25, 26, 27, 28]
12+
otp: [21, 25, 26, 27, 28, 29]
1313
runs-on: ubuntu-24.04
1414
container:
15-
image: erlang:${{ matrix.otp }}
15+
image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- run: rebar3 compile
1919
- run: rebar3 xref
2020
- run: rebar3 dialyzer
2121
if: matrix.otp != 26 # Some re types are not exported in OTP 26
2222
- run: rebar3 eunit -v
2323
- name: Send to Coveralls
24-
if: matrix.otp == 26
24+
if: matrix.otp == 28
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: |

0 commit comments

Comments
 (0)