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 e380c96 commit c7c41ffCopy full SHA for c7c41ff
.github/workflows/ci.yml
@@ -19,18 +19,18 @@ jobs:
19
elixir: "1.11"
20
otp: "21.3"
21
- pair:
22
- elixir: 1.13.4
23
- otp: 25.0.4
+ elixir: "1.16"
+ otp: "26.2"
24
lint: lint
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
28
- uses: erlef/setup-beam@v1
29
with:
30
otp-version: ${{matrix.pair.otp}}
31
elixir-version: ${{matrix.pair.elixir}}
32
33
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
34
35
path: |
36
deps
@@ -39,7 +39,7 @@ jobs:
39
restore-keys: |
40
${{ runner.os }}-mix-
41
42
- - run: mix deps.get
+ - run: mix deps.get --check-locked
43
44
- run: mix format --check-formatted
45
if: ${{ matrix.lint }}
0 commit comments