Skip to content

Commit

Permalink
Updates Github ci workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduncombe committed Mar 28, 2024
1 parent cf4b0b4 commit 6a5c4ea
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:
runs-on: "ubuntu-20.04"
strategy:
matrix:
otp: ["22.x", "24.x", "25.x"]
elixir: ["1.11.4", "1.13.4", "1.14.5"]
otp: ["24.x", "25.x", "26.x"]
elixir: ["1.13.4", "1.14.5", "1.15.7"]
exclude:
- otp: "25.x"
elixir: "1.11.4"
- otp: "22.x"
elixir: "1.14.5"
- otp: "26.x"
elixir: "1.13.4"
- otp: "24.x"
elixir: "1.14.5"
elixir: "1.15.7"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 6a5c4ea

Please sign in to comment.