Skip to content

Commit

Permalink
ci hygiene
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Apr 29, 2024
1 parent e4b108d commit 849b901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/elixir_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
matrix:
# See https://hexdocs.pm/elixir/1.13/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
otp: ["23.x", "24.x", "25.x", "26.x"]
elixir: ["1.14.x", "1.15.x"]
elixir: ["1.14.x", "1.15.x", "1.16.x"]
exclude:
# OTP 23
- elixir: "1.15.x"
otp: "23.x"
- elixir: "1.16.x"
otp: "23.x"
steps:
- uses: actions/checkout@v4.1.4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 849b901

Please sign in to comment.