Skip to content

Commit

Permalink
Run tests on Erlang 25 and 26
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 2, 2024
1 parent 65c1e02 commit 2c0b9bf
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: [23, 24, 25]
otp_version: [25, 26]
os: [ubuntu-latest, windows-latest]
# OTP 23 does not run on ubuntu-latest (22.04), see
# https://github.com/erlef/setup-beam#compatibility-between-operating-system-and-erlangotp
exclude:
- otp_version: 23
os: ubuntu-latest
include:
- otp_version: 23
os: ubuntu-20.04
env:
LATEST_OTP_RELEASE: 25
LATEST_OTP_RELEASE: 26
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
id: install-erlang
with:
otp-version: ${{matrix.otp_version}}
rebar3-version: '3.20'
rebar3-version: '3.23'
- name: Restore Dialyzer PLT files from cache
uses: actions/cache@v3
if: ${{ matrix.otp_version == env.LATEST_OTP_RELEASE && startsWith(matrix.os, 'ubuntu') }}
Expand Down

0 comments on commit 2c0b9bf

Please # to comment.