Skip to content

Commit

Permalink
[ CI ] change 9.6.4 to 9.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikNordvallForsberg committed Dec 4, 2024
1 parent ba63f5f commit 46e4df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.4
- compiler: ghc-9.6.6
compilerKind: ghc
compilerVersion: 9.6.4
compilerVersion: 9.6.6
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down
2 changes: 1 addition & 1 deletion ask.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: ask
-- | | | +--- code changes with no API change
version: 0.1.0.0

tested-with: GHC ==9.8.2 || ==9.6.4 || ==9.4.8 || ==9.2.8
tested-with: GHC ==9.8.2 || ==9.6.6 || ==9.4.8 || ==9.2.8

-- A short (one-line) description of the package.
-- synopsis:
Expand Down

0 comments on commit 46e4df9

Please sign in to comment.