Skip to content

Commit

Permalink
Merge pull request #1081 from adamcstephens/update-matrix
Browse files Browse the repository at this point in the history
update tests, erlang 27, elixir 1.17, ubuntu 24.04
  • Loading branch information
bernardd committed Sep 10, 2024
2 parents c0b431f + bfaaf8d commit 5c6c56f
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,51 @@ env:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
# See https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
strategy:
matrix:
include:
- pair:
otp: 27.x
elixir: 1.17.x
lint: lint

- pair:
otp: 26.x
elixir: 1.17.x
- pair:
otp: 26.x
elixir: 1.16.x
lint: lint
- pair:
otp: 26.x
elixir: 1.15.x

- pair:
otp: 25.x
elixir: 1.15.x
elixir: 1.17.x
- pair:
otp: 25.x
elixir: 1.14.x
elixir: 1.16.x
- pair:
otp: 25.x
elixir: 1.13.x
- pair:
otp: 24.x
elixir: 1.15.x
- pair:
otp: 24.x
otp: 25.x
elixir: 1.14.x

- pair:
otp: 24.x
elixir: 1.13.x
elixir: 1.16.x
- pair:
otp: 24.x
elixir: 1.12.x
elixir: 1.15.x
- pair:
otp: 23.x
otp: 24.x
elixir: 1.14.x
- pair:
otp: 23.x
otp: 24.x
elixir: 1.13.x
- pair:
otp: 23.x
elixir: 1.12.x

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5c6c56f

Please sign in to comment.