Skip to content

Commit

Permalink
ci: re-add older GHCs that are listed as supported in the cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed May 28, 2024
1 parent 7ad21c8 commit 2d7d83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['8.6', '8.10', '9.4', '9.6', '9.8', '9.10']
ghc: ['8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
include:
- ghc: '9.10'
os: 'macos-latest'
Expand Down Expand Up @@ -65,3 +65,4 @@ jobs:

- name: Build documentation
run: cabal haddock all
if: matrix.ghc != '8.2' && matrix.ghc != '8.4'

0 comments on commit 2d7d83b

Please sign in to comment.