Skip to content

Commit 35e93c1

Browse files
authored
Update Elixir version in CI (#204)
1 parent 22c3fac commit 35e93c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

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

99
jobs:
1010
mix_test:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
env:
1313
MIX_ENV: test
1414
HTML5EVER_BUILD: "true"
@@ -20,11 +20,11 @@ jobs:
2020
matrix:
2121
include:
2222
- pair:
23-
elixir: 1.13.4
23+
elixir: 1.14.5
2424
otp: "24.3"
2525
- pair:
26-
elixir: 1.16.1
27-
otp: "26.2"
26+
elixir: 1.18.4
27+
otp: "27.3"
2828
lint: lint
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)