mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-22 22:14:21 +03:00
Test with GHC 9.4.2
This commit is contained in:
parent
41968a16d9
commit
72faf66c5a
8
.github/workflows/haskell-ci.yml
vendored
8
.github/workflows/haskell-ci.yml
vendored
@ -8,9 +8,9 @@
|
||||
#
|
||||
# For more information, see https://github.com/haskell-CI/haskell-ci
|
||||
#
|
||||
# version: 0.15.20220808
|
||||
# version: 0.15.20220826
|
||||
#
|
||||
# REGENDATA ("0.15.20220808",["github","--config=cabal.haskell-ci","cabal.project"])
|
||||
# REGENDATA ("0.15.20220826",["github","--config=cabal.haskell-ci","cabal.project"])
|
||||
#
|
||||
name: Haskell-CI
|
||||
on:
|
||||
@ -32,9 +32,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- compiler: ghc-9.4.1
|
||||
- compiler: ghc-9.4.2
|
||||
compilerKind: ghc
|
||||
compilerVersion: 9.4.1
|
||||
compilerVersion: 9.4.2
|
||||
setup-method: ghcup
|
||||
allow-failure: false
|
||||
- compiler: ghc-9.2.4
|
||||
|
@ -21,7 +21,7 @@ extra-source-files:
|
||||
CHANGELOG.md
|
||||
README.md
|
||||
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
|
||||
|
||||
bug-reports: https://github.com/haskell-effectful/effectful/issues
|
||||
source-repository head
|
||||
|
@ -17,7 +17,7 @@ extra-source-files:
|
||||
CHANGELOG.md
|
||||
README.md
|
||||
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
|
||||
|
||||
bug-reports: https://github.com/haskell-effectful/effectful/issues
|
||||
source-repository head
|
||||
|
@ -22,7 +22,7 @@ extra-source-files:
|
||||
CHANGELOG.md
|
||||
README.md
|
||||
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
|
||||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
|
||||
|
||||
bug-reports: https://github.com/haskell-effectful/effectful/issues
|
||||
source-repository head
|
||||
|
Loading…
Reference in New Issue
Block a user