Skip to content

Commit

Permalink
ci(ci.yml): updated strategy matrix for new elixir and erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
madclaws committed Nov 11, 2023
1 parent 6b664ea commit 115b5dd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
elixir: ["1.12", "1.13", "1.14"]
otp: ["23", "24", "25"]
elixir: ["1.12", "1.13", "1.14", "1.15"]
otp: ["23", "24", "25", "26"]
rust: ["stable"]
exclude:
- elixir: "1.14"
Expand All @@ -23,6 +23,12 @@ jobs:
otp: "25"
- elixir: "1.12"
otp: "25"
- elixir: "1.12"
otp: "26"
- elixir: "1.13"
otp: "26"
- elixir: "1.15"
otp: "23"

steps:
- name: Checkout code
Expand Down

0 comments on commit 115b5dd

Please sign in to comment.