Skip to content

Commit 3f7a4b4

Browse files
Use ghc-9.10.3 instead of 9.10.1 in CI
1 parent 9fc55d7 commit 3f7a4b4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
matrix:
6969
# The order is important to optimize fail-fast.
7070
name:
71-
- 9.10.1-Werror
71+
- 9.10.3-Werror
7272
# - 9.8.1-docspec
7373
# - 8.10.7-coverage
7474

@@ -105,26 +105,26 @@ jobs:
105105
cabal_project: cabal.project
106106
ignore_error: false
107107
# Note: use linux for warning build for convenient dev testing
108-
- name: 9.10.1-Werror
109-
ghc_version: 9.10.1
108+
- name: 9.10.3-Werror
109+
ghc_version: 9.10.3
110110
runner: ubuntu-latest
111111
build: cabal
112112
cabal_build_options: "--flag limit-build-mem"
113113
cabal_version: 3.12.1.0
114114
disable_sdist_build: "y"
115115
cabal_project: cabal.project.Werror
116116
ignore_error: false
117-
- name: 9.10.1-macos
118-
ghc_version: 9.10.1
117+
- name: 9.10.3-macos
118+
ghc_version: 9.10.3
119119
runner: macos-latest
120120
build: cabal
121121
cabal_build_options: "--flag limit-build-mem"
122122
cabal_version: 3.12.1.0
123123
disable_sdist_build: "y"
124124
cabal_project: cabal.project
125125
ignore_error: false
126-
- name: 9.10.1-fusion-inspection
127-
ghc_version: 9.10.1
126+
- name: 9.10.3-fusion-inspection
127+
ghc_version: 9.10.3
128128
runner: ubuntu-latest
129129
build: cabal
130130
cabal_version: 3.12.1.0

0 commit comments

Comments
 (0)