Skip to content

Commit

Permalink
Bump Haskell-CI from GHC 9.0.1 to 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 12, 2022
1 parent 5c3bf58 commit b0f8978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.13.20211116
# version: 0.14.1
#
# REGENDATA ("0.13.20211116",["github","HsYAML.cabal"])
# REGENDATA ("0.14.1",["github","HsYAML.cabal"])
#
name: Haskell-CI
on:
Expand All @@ -33,10 +33,10 @@ jobs:
compilerVersion: 9.2.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.1
- compiler: ghc-9.0.2
compilerKind: ghc
compilerVersion: 9.0.1
setup-method: hvr-ppa
compilerVersion: 9.0.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-8.10.7
compilerKind: ghc
Expand Down
2 changes: 1 addition & 1 deletion HsYAML.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ category: Text
build-type: Simple
tested-with:
GHC == 9.2.1
GHC == 9.0.1
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
Expand Down

0 comments on commit b0f8978

Please sign in to comment.