Skip to content

Commit c7c41ff

Browse files
authored
Update Elixir and Erlang versions in CI (#151)
1 parent e380c96 commit c7c41ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
elixir: "1.11"
2020
otp: "21.3"
2121
- pair:
22-
elixir: 1.13.4
23-
otp: 25.0.4
22+
elixir: "1.16"
23+
otp: "26.2"
2424
lint: lint
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- uses: erlef/setup-beam@v1
2929
with:
3030
otp-version: ${{matrix.pair.otp}}
3131
elixir-version: ${{matrix.pair.elixir}}
3232

33-
- uses: actions/cache@v2
33+
- uses: actions/cache@v4
3434
with:
3535
path: |
3636
deps
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: |
4040
${{ runner.os }}-mix-
4141
42-
- run: mix deps.get
42+
- run: mix deps.get --check-locked
4343

4444
- run: mix format --check-formatted
4545
if: ${{ matrix.lint }}

0 commit comments

Comments
 (0)