Skip to content

Commit

Permalink
fix: strategy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Oct 18, 2023
1 parent 88d87ca commit 1e65aae
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,20 @@ jobs:

erlang: 24.x

os: ubuntu-22.04

- elixir: 1.15.x

erlang: 25.x

os: ubuntu-22.04

- elixir: 1.15.x

erlang: 26.x

os: ubuntu-22.04

test:
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -153,18 +159,6 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.10.x

erlang: 21.x

os: ubuntu-20.04

- elixir: 1.10.x

erlang: 22.x

os: ubuntu-20.04

- elixir: 1.11.x

erlang: 21.x
Expand Down Expand Up @@ -236,3 +230,21 @@ jobs:
erlang: 25.x

os: ubuntu-22.04

- elixir: 1.15.x

erlang: 24.x

os: ubuntu-22.04

- elixir: 1.15.x

erlang: 25.x

os: ubuntu-22.04

- elixir: 1.15.x

erlang: 26.x

os: ubuntu-22.04

0 comments on commit 1e65aae

Please sign in to comment.