We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db3aa3 commit 3bd1d99Copy full SHA for 3bd1d99
1 file changed
.github/workflows/ci.yml
@@ -8,17 +8,17 @@ on:
8
9
jobs:
10
test:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
name: Elixir ${{ matrix.elixir }} / OTP ${{ matrix.otp }} / ${{ matrix.parser }}
13
14
strategy:
15
fail-fast: false
16
matrix:
17
- elixir: ["1.19", "1.16"]
+ elixir: ["1.20", "1.16"]
18
otp: ["29", "25.3"]
19
parser: [fast_html, html5ever, mochiweb]
20
exclude:
21
- - elixir: "1.19"
+ - elixir: "1.20"
22
otp: "25.3"
23
24
- elixir: "1.16"
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Check format
36
run: mix format --check-formatted
37
- if: matrix.elixir == '1.19'
+ if: matrix.elixir == '1.20'
38
39
- name: Install dependencies
40
run: mix deps.get
0 commit comments