Skip to content

Commit

Permalink
Update CI Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Aug 8, 2024
1 parent eb6de2c commit 649e1b8
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,21 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.15.4
otp: 26.0.2
- elixir: "1.17.2"
otp: "27.0"
lint: true

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

- elixir: 1.13.4
otp: 24.3.4.5
- 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.17"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -78,8 +84,8 @@ jobs:
id: setupBeam
uses: erlef/setup-beam@v1
with:
elixir-version: 1.15.4
otp-version: 26.0.2
elixir-version: "1.17.2"
otp-version: "27.0"

- name: Retrieve Mix Dependencies Cache
uses: actions/cache@v1
Expand Down

0 comments on commit 649e1b8

Please sign in to comment.