Skip to content

Commit

Permalink
Merge pull request #43 from Kyorai/mk-bump-rebar3
Browse files Browse the repository at this point in the history
Actions: use Rebar 3.23, drop testing on Erlang 23
  • Loading branch information
michaelklishin authored Aug 2, 2024
2 parents 1cc40c3 + d407575 commit e614d97
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: [23, 24, 25]
otp_version: [24, 25]
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
steps:
Expand All @@ -30,7 +22,7 @@ jobs:
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 e614d97

Please sign in to comment.