Skip to content

Commit

Permalink
Drop OTP23 entirely from CI and use -latest for all OS versions (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored May 25, 2023
1 parent 1b1641b commit 20f5259
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,15 @@ jobs:
- stable
- nightly
os:
- macos-11
- windows-latest
# TODO change this to ubuntu-latest after OTP 23 is deprecated, see
# https://github.com/erlef/setup-beam#compatibility-between-operating-system-and-erlangotp
# for compatibility
- ubuntu-20.04
- macos
- windows
- ubuntu
exclude:
# TODO Remove this once setup-beam is fixed to work around OTP26's
# regression
- os: windows-latest
- os: windows
pair: { erlang: "26", elixir: "1.14", latest: true }
runs-on: ${{matrix.os}}
runs-on: ${{matrix.os}}-latest

steps:
- name: Checkout sources
Expand Down

0 comments on commit 20f5259

Please sign in to comment.