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 22c3fac commit 35e93c1Copy full SHA for 35e93c1
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
mix_test:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
env:
13
MIX_ENV: test
14
HTML5EVER_BUILD: "true"
@@ -20,11 +20,11 @@ jobs:
20
matrix:
21
include:
22
- pair:
23
- elixir: 1.13.4
+ elixir: 1.14.5
24
otp: "24.3"
25
26
- elixir: 1.16.1
27
- otp: "26.2"
+ elixir: 1.18.4
+ otp: "27.3"
28
lint: lint
29
steps:
30
- uses: actions/checkout@v4
0 commit comments