Skip to content

Commit

Permalink
Update versions on CI (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkgil authored Jan 1, 2023
1 parent dc1cf9e commit 5fccc2e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,25 @@ jobs:
strategy:
fail-fast: false
matrix:
otp_version: ["24.0", "23.3.1", "22.3.4.9", "21.3.8.17"]
os: [ubuntu-latest]
otp_version: ["25.2", "24.3.4.7"]
os: [ubuntu-22.04]
rebar3_version: ["3.20.0"]
include:
- otp_version: "23.3.4.18"
os: ubuntu-20.04
rebar3_version: "3.20.0"
- otp_version: "22.3.4.26"
os: ubuntu-20.04
rebar3_version: "3.18.0"
env:
OTP_VERSION: ${{ matrix.otp_version }}
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
rebar3-version: 3.6.1
rebar3-version: ${{ matrix.rebar3_version }}
version-type: loose
- uses: actions/cache@v2
name: Cache
with:
Expand Down

0 comments on commit 5fccc2e

Please sign in to comment.