Skip to content

Commit 3bd1d99

Browse files
authored
Bump versions for Elixir and Ubuntu - CI workflow (#703)
1 parent 2db3aa3 commit 3bd1d99

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
name: Elixir ${{ matrix.elixir }} / OTP ${{ matrix.otp }} / ${{ matrix.parser }}
1313

1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
elixir: ["1.19", "1.16"]
17+
elixir: ["1.20", "1.16"]
1818
otp: ["29", "25.3"]
1919
parser: [fast_html, html5ever, mochiweb]
2020
exclude:
21-
- elixir: "1.19"
21+
- elixir: "1.20"
2222
otp: "25.3"
2323

2424
- elixir: "1.16"
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Check format
3636
run: mix format --check-formatted
37-
if: matrix.elixir == '1.19'
37+
if: matrix.elixir == '1.20'
3838

3939
- name: Install dependencies
4040
run: mix deps.get

0 commit comments

Comments
 (0)