Skip to content

Commit

Permalink
Include Elixir v1.16 in the build matrix (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Jan 8, 2024
1 parent 48ef9f2 commit 120280e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
strategy:
fail-fast: false
matrix:
elixir: ["1.15", "1.12"]
otp: ["26.0", "25.3", "22.3"]
elixir: ["1.16", "1.12"]
otp: ["26.2", "25.3", "22.3"]
parser: [fast_html, html5ever, mochiweb]
exclude:
- elixir: "1.15"
- elixir: "1.16"
otp: "22.3"

- elixir: "1.12"
otp: "25.3"

- elixir: "1.12"
otp: "26.0"
otp: "26.2"

steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Check format
run: mix format --check-formatted
if: matrix.elixir == '1.15'
if: matrix.elixir == '1.16'

- name: Install dependencies
run: mix deps.get
Expand Down

0 comments on commit 120280e

Please sign in to comment.