Skip to content

Commit d147d75

Browse files
committed
CI: Update to use latest versions
1 parent cf348ab commit d147d75

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
@@ -8,19 +8,19 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
otp: ["25", "26", "27", "28"]
11+
otp: [22, 25, 26, 27, 28, 29]
1212
runs-on: ubuntu-24.04
1313
container:
1414
image: public.ecr.aws/docker/library/erlang:${{ matrix.otp }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- run: make
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 == 27
23+
if: matrix.otp == 28
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: |

0 commit comments

Comments
 (0)