Skip to content

Commit ad2f92d

Browse files
committed
Change CI OTP Elixir test versions
1 parent 3f52d67 commit ad2f92d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
env:
99
MIX_ENV: test
1010
strategy:
1111
fail-fast: false
1212
matrix:
1313
include:
1414
- pair:
15-
elixir: "1.13"
16-
otp: "24.3.4.10"
15+
elixir: 1.15.x
16+
otp: 26.x
1717
- pair:
18-
elixir: "1.15"
19-
otp: "26.0"
18+
elixir: 1.18.x
19+
otp: 27.x
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Install OTP and Elixir
2424
uses: erlef/setup-beam@v1
@@ -27,7 +27,7 @@ jobs:
2727
elixir-version: ${{matrix.pair.elixir}}
2828

2929
- name: Cache dependencies
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: deps
3333
key: mix-deps-${{ hashFiles('**/mix.lock') }}

0 commit comments

Comments
 (0)