Skip to content

Commit

Permalink
ci: loose versions of Elixir and Erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Nov 1, 2024
1 parent 69c35da commit 93d1794
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.12.3
otp: 24.1
- elixir: 1.13.0
otp: 24.1
- elixir: 1.14.1
otp: 25.1
- elixir: 1.15.4
otp: 26.0.2
- elixir: 1.16.3
otp: 26.2.5
- elixir: 1.17.3
otp: 27.1
- elixir: "1.12"
otp: "24"
- elixir: "1.13"
otp: "24"
- elixir: "1.14"
otp: "25"
- elixir: "1.15"
otp: "26"
- elixir: "1.16"
otp: "26"
- elixir: "1.17"
otp: "27"
check_format: true
check_deps: true

Expand Down

0 comments on commit 93d1794

Please sign in to comment.