Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Jul 10, 2024
1 parent 01264c8 commit 0cb93e3
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# This GitHub workflow config has been generated by a script via
#
# haskell-ci '--config' 'cabal.haskell-ci' 'github' 'QuickCheck.cabal'
#
# To regenerate the script (for example after adjusting tested-with) run
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.19.20240708
#
# REGENDATA ("0.19.20240708",["--config","cabal.haskell-ci","github","QuickCheck.cabal"])
#
name: Haskell-CI

on:
- push
- push:
branches:
- master
- pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.ghc-version }}
Expand All @@ -28,7 +22,7 @@ jobs:
8.6.5, 8.6.4, 8.6.3, 8.6.2, 8.6.1, 8.4.4, 8.4.3, 8.4.2, 8.4.1, 8.2.2, 8.0.2]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{matrix.ghc-version}}
Expand Down

0 comments on commit 0cb93e3

Please sign in to comment.