Skip to content

Commit

Permalink
Update pipelines to drop 1.11 and support 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobht authored Apr 23, 2024
1 parent c9c720d commit 074d7f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@ jobs:
strategy:
matrix:
include:
- elixir: "1.16"
otp: "24"
- elixir: "1.16"
otp: "25"
- elixir: "1.16"
otp: "26"
should_lint: true

- elixir: "1.15"
otp: "24"
- elixir: "1.15"
otp: "25"
- elixir: "1.15"
otp: "26"
should_lint: true

- elixir: "1.14"
otp: "23"
Expand All @@ -42,13 +49,6 @@ jobs:
- elixir: "1.12"
otp: "24"

- elixir: "1.11"
otp: "22"
- elixir: "1.11"
otp: "23"
- elixir: "1.11"
otp: "24"

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 074d7f8

Please sign in to comment.