We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4468c commit 0496d99Copy full SHA for 0496d99
.github/workflows/haskell.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- ghc: ["9.2.8", "9.6.5", "9.8.2"]
+ ghc: ["9.2.8", "9.6.5", "9.8.2", "9.10.1"]
29
os: [ubuntu-latest, macos-latest, windows-latest]
30
cabal: ["3.10.3.0"]
31
0 commit comments