Skip to content

Commit 70a416d

Browse files
authored
Bump Elixir to test against to 14.2 (#32)
1 parent 4ef6db0 commit 70a416d

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
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
env:
1313
MIX_ENV: test
1414
strategy:
@@ -19,13 +19,13 @@ jobs:
1919
elixir: 1.7.4
2020
otp: 20.3.8.26
2121
- pair:
22-
elixir: 1.13.4
23-
otp: 25.0.4
22+
elixir: 1.14.2
23+
otp: 25.2
2424
lint: lint
2525
steps:
2626
- uses: actions/checkout@v2
2727

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

0 commit comments

Comments
 (0)