Skip to content

Commit

Permalink
Update CI Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed May 24, 2024
1 parent eb6de2c commit ea0acc2
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,23 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.15.4
otp: 26.0.2
# TODO: Remove -rc.0 once Elixir 1.17 is released
# TODO: Lint in this version once Elixir 1.17 is released
- elixir: "1.17.0-rc.0"
otp: "27.0"

- elixir: "1.16.3"
otp: "26.2.5"
lint: true

- elixir: 1.14.5
otp: 25.2
- elixir: "1.15.8"
otp: "26.2.5"

- elixir: "1.14.5"
otp: "25.3.2.12"

- elixir: 1.13.4
otp: 24.3.4.5
- elixir: "1.13.4"
otp: "24.3.4.17"

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

0 comments on commit ea0acc2

Please sign in to comment.