Skip to content

Commit

Permalink
Add 9.6 and 9.8 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Jan 7, 2024
1 parent a613522 commit 77ed0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2', '9.6.3', '9.8.1']
name: Haskell GHC ${{ matrix.ghc }} cabal
env:
cabal_project_freeze: cabal.project.${{ matrix.ghc }}.freeze
Expand Down
1 change: 1 addition & 0 deletions cabal.project.9.6.3
1 change: 1 addition & 0 deletions cabal.project.9.8.1

0 comments on commit 77ed0b6

Please sign in to comment.