Skip to content

Commit 568ede6

Browse files
committed
Bump Haskell CI to GHC 9.6.2 9.4.5 9.2.8
1 parent f63f92c commit 568ede6

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.16
11+
# version: 0.16.4
1212
#
13-
# REGENDATA ("0.16",["--config=cabal.haskell-ci","github","cabal.project"])
13+
# REGENDATA ("0.16.4",["--config=cabal.haskell-ci","github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -34,19 +34,19 @@ jobs:
3434
strategy:
3535
matrix:
3636
include:
37-
- compiler: ghc-9.6.1
37+
- compiler: ghc-9.6.2
3838
compilerKind: ghc
39-
compilerVersion: 9.6.1
39+
compilerVersion: 9.6.2
4040
setup-method: ghcup
4141
allow-failure: false
42-
- compiler: ghc-9.4.4
42+
- compiler: ghc-9.4.5
4343
compilerKind: ghc
44-
compilerVersion: 9.4.4
44+
compilerVersion: 9.4.5
4545
setup-method: ghcup
4646
allow-failure: false
47-
- compiler: ghc-9.2.7
47+
- compiler: ghc-9.2.8
4848
compilerKind: ghc
49-
compilerVersion: 9.2.7
49+
compilerVersion: 9.2.8
5050
setup-method: ghcup
5151
allow-failure: false
5252
- compiler: ghc-9.0.2

github.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ copyright:
3131
Copyright 2012-2013 Mike Burns, Copyright 2013-2015 John Wiegley, Copyright 2016-2021 Oleg Grenrus
3232

3333
tested-with:
34-
GHC == 9.6.1
35-
GHC == 9.4.4
36-
GHC == 9.2.7
34+
GHC == 9.6.2
35+
GHC == 9.4.5
36+
GHC == 9.2.8
3737
GHC == 9.0.2
3838
GHC == 8.10.7
3939
GHC == 8.8.4

samples/github-samples.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ description: Various samples of github package
1010
build-type: Simple
1111

1212
tested-with:
13-
GHC == 9.6.1
14-
GHC == 9.4.4
15-
GHC == 9.2.7
13+
GHC == 9.6.2
14+
GHC == 9.4.5
15+
GHC == 9.2.8
1616
GHC == 9.0.2
1717
GHC == 8.10.7
1818
GHC == 8.8.4

0 commit comments

Comments
 (0)