Skip to content

Commit

Permalink
Rework the CI
Browse files Browse the repository at this point in the history
Reduce the matrix to versions to 9.{0,2,4,6}
  • Loading branch information
blackgnezdo committed Dec 21, 2023
1 parent 922596f commit 3f889d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cabal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
submodules: true
- uses: haskell/actions/setup@v2
with:
ghc-version: '9.6.1'
cabal-version: '3.8.1.0'
ghc-version: '9.6.3'
cabal-version: '3.10.1.0'
- run: cabal build --dependencies-only --project-file ghc96.cabal.project all
- run: cabal build --project-file ghc96.cabal.project all
- run: cabal test --project-file ghc96.cabal.project all
15 changes: 12 additions & 3 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@ build:
compiler: ghc-8.10.7
stackyaml: stack-8.10.yaml

- resolver: lts-19.20
- resolver: lts-19.33
compiler: ghc-9.0.2
stackyaml: stack.yaml

- resolver: lts-20.15
compiler: ghc-9.2.7
- resolver: lts-20.26
compiler: ghc-9.2.8
stackyaml: stack.yaml

- resolver: lts-21.25
compiler: ghc-9.4.8
stackyaml: stack.yaml

- resolver: lts-22.0
compiler: ghc-9.6.3
stackyaml: stack.yaml

0 comments on commit 3f889d7

Please sign in to comment.