Test with GHC 9.2.8 and 9.6.2

This commit is contained in:
Mark Karpov
2023-06-28 23:04:22 +02:00
parent 408c54ee84
commit 70266eda9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cabal: ["3.10"]
ghc: ["9.2.7", "9.4.4", "9.6.1"]
ghc: ["9.2.8", "9.4.4", "9.6.2"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=dev"
steps: