We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3766a4e commit 2275bafCopy full SHA for 2275baf
1 file changed
.github/workflows/ci.yml
@@ -8,22 +8,22 @@ on:
8
9
jobs:
10
test:
11
- runs-on: ubuntu-22.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.14
20
- otp: 24.2
+ elixir: "1.14"
+ otp: "24"
21
22
- elixir: 1.18
23
- otp: 27.3
+ elixir: "1.19"
+ otp: "28"
24
lint: lint
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
28
- uses: erlef/setup-beam@v1
29
with:
0 commit comments