Skip to content

Commit 5f14973

Browse files
committed
Modernize CI matrix
1 parent 37192e9 commit 5f14973

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
48

59
jobs:
610
test:
7-
name: Test
11+
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
812
runs-on: ubuntu-18.04
913
strategy:
1014
fail-fast: false
1115
matrix:
1216
include:
13-
- erlang: "24.1"
14-
elixir: "1.12.3"
17+
- erlang: "25.0"
18+
elixir: "1.13"
1519
lint: true
1620
coverage: true
1721
- erlang: "18.3"

0 commit comments

Comments
 (0)