There was an error while loading. Please reload this page.
1 parent e20b0b3 commit 7b99f6eCopy full SHA for 7b99f6e
1 file changed
.github/workflows/ci.yml
@@ -16,11 +16,11 @@ jobs:
16
matrix:
17
include:
18
- pair:
19
- elixir: 1.12.3
20
- otp: 22.3
+ elixir: "1.12"
+ otp: "22"
21
22
- elixir: 1.17.1
23
- otp: 27.0
+ elixir: "1.18"
+ otp: "27"
24
lint: lint
25
steps:
26
- uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
30
otp-version: ${{matrix.pair.otp}}
31
elixir-version: ${{matrix.pair.elixir}}
32
33
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
34
with:
35
path: |
36
deps
0 commit comments