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 aab51ce commit 7be13caCopy full SHA for 7be13ca
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
linux:
8
runs-on: ubuntu-latest
9
- name: Linux ${{ matrix.elixir }}, ${{ matrix.otp }})
+ name: Linux ${{ matrix.elixir }}, ${{ matrix.otp }}
10
strategy:
11
matrix:
12
elixir: ["1.17.3"]
@@ -38,7 +38,7 @@ jobs:
38
- name: Install
39
run: |
40
brew update
41
- brew install erlang elixir
+ brew install erlang@27 elixir
42
- name: Install dependencies
43
run: mix deps.get
44
- name: Compile and check warnings
0 commit comments