Skip to content

Commit

Permalink
Modernize CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jun 13, 2022
1 parent 37192e9 commit 5f14973
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: CI

on: [push, pull_request]
on:
pull_request:
push:
branches:
- main

jobs:
test:
name: Test
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
include:
- erlang: "24.1"
elixir: "1.12.3"
- erlang: "25.0"
elixir: "1.13"
lint: true
coverage: true
- erlang: "18.3"
Expand Down

0 comments on commit 5f14973

Please sign in to comment.