WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a02eb70

Browse files
committed
Update tested ghc versions
1 parent f484e49 commit a02eb70

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,47 +23,41 @@ jobs:
2323
include:
2424
# Linux
2525
# haskell-actions/setup is having trouble installing from hvr/ppa for ghc-8.0 and 8.2
26-
# - { os: ubuntu-latest, ghc: "8.0.2" }
27-
# - { os: ubuntu-latest, ghc: "8.2.2" }
2826
- { os: ubuntu-latest, ghc: "8.4.4" }
2927
- { os: ubuntu-latest, ghc: "8.6.5" }
3028
- { os: ubuntu-latest, ghc: "8.8.4" }
3129
- { os: ubuntu-latest, ghc: "8.10.7" }
3230
- { os: ubuntu-latest, ghc: "9.0.2" }
3331
- { os: ubuntu-latest, ghc: "9.2.8" }
3432
- { os: ubuntu-latest, ghc: "9.4.8" }
35-
- { os: ubuntu-latest, ghc: "9.6.6" }
33+
- { os: ubuntu-latest, ghc: "9.6.7" }
3634
- { os: ubuntu-latest, ghc: "9.8.4" }
37-
- { os: ubuntu-latest, ghc: "9.10.1" }
38-
- { os: ubuntu-latest, ghc: "9.12.1" }
35+
- { os: ubuntu-latest, ghc: "9.10.2" }
36+
- { os: ubuntu-latest, ghc: "9.12.2" }
3937
# MacOS
40-
# - { os: macOS-latest, ghc: "8.0.2" }
41-
# - { os: macOS-latest, ghc: "8.2.2" }
4238
- { os: macOS-latest, ghc: "8.4.4" }
4339
- { os: macOS-latest, ghc: "8.6.5" }
4440
- { os: macOS-latest, ghc: "8.8.4" }
4541
- { os: macOS-latest, ghc: "8.10.7" }
4642
- { os: macOS-latest, ghc: "9.0.2" }
4743
- { os: macOS-latest, ghc: "9.2.8" }
4844
- { os: macOS-latest, ghc: "9.4.8" }
49-
- { os: macOS-latest, ghc: "9.6.6" }
45+
- { os: macOS-latest, ghc: "9.6.7" }
5046
- { os: macOS-latest, ghc: "9.8.4" }
51-
- { os: macOS-latest, ghc: "9.10.1" }
52-
- { os: macOS-latest, ghc: "9.12.1" }
47+
- { os: macOS-latest, ghc: "9.10.2" }
48+
- { os: macOS-latest, ghc: "9.12.2" }
5349
# Windows
54-
# - { os: windows-latest, ghc: "8.0.2" }
55-
# - { os: windows-latest, ghc: "8.2.2" }
5650
- { os: windows-latest, ghc: "8.4.4" }
5751
- { os: windows-latest, ghc: "8.6.5" }
5852
- { os: windows-latest, ghc: "8.8.4" }
5953
- { os: windows-latest, ghc: "8.10.7" }
6054
- { os: windows-latest, ghc: "9.0.2" }
6155
- { os: windows-latest, ghc: "9.2.8" }
6256
- { os: windows-latest, ghc: "9.4.8" }
63-
- { os: windows-latest, ghc: "9.6.6" }
57+
- { os: windows-latest, ghc: "9.6.7" }
6458
- { os: windows-latest, ghc: "9.8.4" }
65-
- { os: windows-latest, ghc: "9.10.1" }
66-
- { os: windows-latest, ghc: "9.12.1" }
59+
- { os: windows-latest, ghc: "9.10.2" }
60+
- { os: windows-latest, ghc: "9.12.2" }
6761
steps:
6862
- uses: actions/checkout@v4
6963

@@ -134,7 +128,7 @@ jobs:
134128
ghc: '9.4.8'
135129
stack-yaml: stack.yaml
136130
- resolver: lts-22
137-
ghc: '9.6.6'
131+
ghc: '9.6.7'
138132
stack-yaml: stack.yaml
139133
- resolver: nightly
140134
stack-yaml: stack.yaml
@@ -149,7 +143,7 @@ jobs:
149143
stack-yaml: stack.yaml
150144
- resolver: lts-22
151145
os: macos-13
152-
ghc: '9.6.6'
146+
ghc: '9.6.7'
153147
stack-yaml: stack.yaml
154148
# Windows-latest
155149
- resolver: lts-14
@@ -166,7 +160,7 @@ jobs:
166160
stack-yaml: stack.yaml
167161
- resolver: lts-22
168162
os: windows-latest
169-
ghc: '9.6.6'
163+
ghc: '9.6.7'
170164
stack-yaml: stack.yaml
171165
env:
172166
STACK_YAML: '${{ matrix.stack-yaml }}'

random.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ tested-with: GHC == 8.0.2
7272
, GHC == 9.0.2
7373
, GHC == 9.2.8
7474
, GHC == 9.4.8
75-
, GHC == 9.6.6
75+
, GHC == 9.6.7
7676
, GHC == 9.8.4
77-
, GHC == 9.10.1
78-
, GHC == 9.12.1
77+
, GHC == 9.10.2
78+
, GHC == 9.12.2
7979

8080
source-repository head
8181
type: git

0 commit comments

Comments
 (0)