Skip to content

Commit

Permalink
Update ci.yml (#27)
Browse files Browse the repository at this point in the history
use selected rebar3 versions for OTP 23 and 24, use ubuntu 20.04 for compatibility with OTP 23
  • Loading branch information
ziopio authored Aug 30, 2024
1 parent 479e145 commit 60ae457
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
strategy:
matrix:
otp:
- '26'
- '25'
- '24'
rebar3:
- '3'
otp: ['25', '26', '27']
rebar3: ['3']
# latest rebar3 versions that do not give problems with selected OTPs
include:
- otp: '23'
rebar3: '3.20.0'
- otp: '24'
rebar3: '3.23.0'
steps:

- uses: actions/checkout@v2
Expand Down

0 comments on commit 60ae457

Please sign in to comment.