Skip to content

Commit

Permalink
Test against OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jun 2, 2023
1 parent ac13707 commit dcacade
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:
fail-fast: false
matrix:
elixir: ["1.14", "1.11"]
otp: ["25.1", "22.3"]
otp: ["26.0", "25.3", "22.3"]
parser: [fast_html, html5ever, mochiweb]
exclude:
- elixir: "1.14"
otp: "22.3"

- elixir: "1.11"
otp: "25.3"

- elixir: "1.11"
otp: "25.1"
otp: "26.0"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dcacade

Please sign in to comment.