Skip to content

Commit 106d279

Browse files
committed
Update GHC and Cabal versions in GHA workflow
1 parent 3c738a3 commit 106d279

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
fail-fast: false
3333

3434
env:
35-
ghc: "9.2.8"
36-
cabal: "3.10.2.0"
35+
ghc: "9.6.6"
36+
cabal: "3.12.1.0"
3737
os: ubuntu-latest"
3838

3939
steps:

.github/workflows/haskell.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.4", "9.8.2", "9.10.1"]
26-
cabal: ["3.10.3.0"]
25+
ghc: ["8.10.7", "9.2.8", "9.4.8", "9.6.6", "9.8.2", "9.10.1"]
26+
cabal: ["3.12.1.0"]
2727
os: [ubuntu-latest, windows-latest, macOS-13]
2828

2929
timeout-minutes: 60
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Install cabal dependencies
6767
id: build-dependencies
68-
run: cabal build --only-dependencies --enable-tests --enable-benchmarks all
68+
run: cabal build --only-dependencies all
6969

7070
- name: "Save cache"
7171
uses: actions/cache/save@v4
@@ -104,8 +104,8 @@ jobs:
104104
strategy:
105105
fail-fast: false
106106
matrix:
107-
ghc: ["9.6.4"]
108-
cabal: ["3.10.3.0"]
107+
ghc: ["9.6.6"]
108+
cabal: ["3.12.1.0"]
109109
os: [ubuntu-latest]
110110

111111
# Fix the index-state so we can get proper caching effects. Change this to a
@@ -171,8 +171,8 @@ jobs:
171171
strategy:
172172
fail-fast: false
173173
matrix:
174-
ghc: ["9.6.4"]
175-
cabal: ["3.10.3.0"]
174+
ghc: ["9.6.6"]
175+
cabal: ["3.12.1.0"]
176176
os: [ubuntu-latest]
177177

178178
# See the comment on the hackage-index-state environment variable for the
@@ -233,7 +233,7 @@ jobs:
233233
strategy:
234234
fail-fast: false
235235
matrix:
236-
ghc: ["9.6.4"]
236+
ghc: ["9.6.6"]
237237
cabal: ["3.10.3.0"]
238238
os: [ubuntu-latest]
239239

0 commit comments

Comments
 (0)