Skip to content

Commit

Permalink
Simplify the matrix in the Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 20, 2021
1 parent a2101cb commit 13d0a72
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,24 +102,12 @@ jobs:
# for more info about adding matrix elements.
# Adding any element to the list will increase the number of matrix
# elemets proportional to the cross product.
name: [ci]
# Uncomment GHC versions you want the CI to run on.
ghc_version:
[ 8.10.3
# , 8.8.4
# , 8.6.5
# , 8.4.4
]
command:
[ cabal-v2
# , stack
]
runner:
[ ubuntu-latest
# , macos-latest
]
include:
# Additional ci matrix elements
- name: ci
command: cabal-v2
runner: ubuntu-latest
ghc_version: 8.10.3

# - name: ci
# command: stack
# runner: ubuntu-latest
Expand Down

0 comments on commit 13d0a72

Please sign in to comment.