Skip to content

Commit

Permalink
CI update OTP 24 and OTP 25 (#22)
Browse files Browse the repository at this point in the history
Adds task for OTP 24 and 25. Removes task for OTP 23
  • Loading branch information
GwendalLaurent authored May 3, 2024
2 parents 23958f6 + f66d570 commit 41211c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:

jobs:
ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
strategy:
matrix:
otp:
- '26'
- '25'
- '24'
- '23'
rebar3:
- '3'
steps:
Expand Down

0 comments on commit 41211c8

Please sign in to comment.