Skip to content

Commit

Permalink
Add GHC 9.2 and 9.4 CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored Oct 22, 2023
1 parent 9be6b02 commit 7e6aaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macOS, windows]
builder: ['cabal 3.6.2.0 ghc 8.10.7', 'cabal 3.6.2.0 ghc 9.0.1', 'stack 2.7.3']
builder: ['cabal 3.6.2.0 ghc 8.10.7', 'cabal 3.6.2.0 ghc 9.0.1', 'cabal 3.6.2.0 ghc 9.2.8', 'cabal 3.6.2.0 ghc 9.4.7', 'stack 2.7.3']

include:
- os: windows
Expand Down

0 comments on commit 7e6aaf5

Please sign in to comment.