There was an error while loading. Please reload this page.
1 parent 4abe35a commit 1b11bb9Copy full SHA for 1b11bb9
1 file changed
.github/workflows/ci.yml
@@ -8,19 +8,22 @@ on:
8
9
jobs:
10
test:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
env:
13
MIX_ENV: test
14
strategy:
15
fail-fast: false
16
matrix:
17
include:
18
- pair:
19
- elixir: "1.12"
20
- otp: "22"
+ elixir: "1.15"
+ otp: "24"
21
22
elixir: "1.18"
23
otp: "27"
24
+ - pair:
25
+ elixir: "1.20"
26
+ otp: "29"
27
lint: lint
28
steps:
29
- uses: actions/checkout@v4
0 commit comments