diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 875591a5..1ce52e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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