Skip to content

Commit c1cfffc

Browse files
committed
CI: Update to use latest versions
1 parent 24c82d0 commit c1cfffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
otp: ['20', '25', '26', '27', '28']
12+
otp: [20, 25, 26, 27, 28, 29]
1313
runs-on: ubuntu-24.04
1414
container:
1515
image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- run: ./configure --enable-gcov
1919
- run: rebar3 compile
2020
- run: rebar3 xref
@@ -32,7 +32,7 @@ jobs:
3232
rebar3 eunit -v
3333
mv eunit.coverdata _build/test/cover/
3434
- name: Send to Coveralls
35-
if: matrix.otp == 27
35+
if: matrix.otp == 28
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
run: |

0 commit comments

Comments
 (0)