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 3e325d3 commit 32a4270Copy full SHA for 32a4270
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
push:
5
branches:
6
- - master
+ - main
7
jobs:
8
test:
9
runs-on: ubuntu-20.04
@@ -13,12 +13,10 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
- - pair:
17
- elixir: 1.11
18
- otp: 21
19
20
- elixir: 1.17
21
- otp: 27
+ - elixir: 1.11
+ otp: 21
+ - elixir: 1.17
+ otp: 27
22
lint: lint
23
steps:
24
- uses: actions/checkout@v4
0 commit comments