Skip to content

Commit

Permalink
Merge pull request #259 from haskell/more-ci
Browse files Browse the repository at this point in the history
CI against newer version of GHC 9.2 and 9.4
  • Loading branch information
Ericson2314 authored Oct 2, 2023
2 parents c194d8c + c65c42c commit a45e10e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
compilerVersion: 9.6.3
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.4
- compiler: ghc-9.4.7
compilerKind: ghc
compilerVersion: 9.4.4
compilerVersion: 9.4.7
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.5
- compiler: ghc-9.2.8
compilerKind: ghc
compilerVersion: 9.2.5
compilerVersion: 9.2.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down
4 changes: 2 additions & 2 deletions happy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Description:
tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-glr/happy-backend-glr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Description:
tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-lalr/happy-backend-lalr.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Description:
tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
4 changes: 2 additions & 2 deletions packages/codegen-common/happy-codegen-common.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Description:
tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/happy-frontend.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Description:
tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
4 changes: 2 additions & 2 deletions packages/grammar/happy-grammar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Description:
tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down
4 changes: 2 additions & 2 deletions packages/tabular/happy-tabular.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Description:
tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.4
GHC == 9.2.5
GHC == 9.4.7
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand Down

0 comments on commit a45e10e

Please sign in to comment.