We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef6db0 commit 70a416dCopy full SHA for 70a416d
.github/workflows/ci.yml
@@ -4,11 +4,11 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - master
+ - main
8
9
jobs:
10
test:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
12
env:
13
MIX_ENV: test
14
strategy:
@@ -19,13 +19,13 @@ jobs:
19
elixir: 1.7.4
20
otp: 20.3.8.26
21
- pair:
22
- elixir: 1.13.4
23
- otp: 25.0.4
+ elixir: 1.14.2
+ otp: 25.2
24
lint: lint
25
steps:
26
- uses: actions/checkout@v2
27
28
- - uses: erlef/setup-elixir@v1
+ - uses: erlef/setup-beam@v1
29
with:
30
otp-version: ${{matrix.pair.otp}}
31
elixir-version: ${{matrix.pair.elixir}}
0 commit comments