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 37192e9 commit 5f14973Copy full SHA for 5f14973
.github/workflows/main.yml
@@ -1,17 +1,21 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
test:
- name: Test
11
+ name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
12
runs-on: ubuntu-18.04
13
strategy:
14
fail-fast: false
15
matrix:
16
include:
- - erlang: "24.1"
- elixir: "1.12.3"
17
+ - erlang: "25.0"
18
+ elixir: "1.13"
19
lint: true
20
coverage: true
21
- erlang: "18.3"
0 commit comments