Skip to content

Commit c6bde6a

Browse files
committed
Add GHC 9.2 to CI config
1 parent 1468d13 commit c6bde6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ghc: ['9.0.1', '8.10.7', '8.8.4', '8.6.5']
12+
ghc: ['9.2.1', '9.0.1', '8.10.7', '8.8.4', '8.6.5']
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)