Skip to content

Commit 4d577e0

Browse files
committed
enable 9.2 in CI
1 parent c233569 commit 4d577e0

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ['9.0.1', '8.10.7', '8.10.6', '8.8.4', '8.6.5']
20+
ghc: ['9.2.1', '9.0.1', '8.10.7', '8.10.6', '8.8.4', '8.6.5']
2121
os: [ubuntu-18.04, macOS-latest, windows-latest]
2222
cabal: ['3.6']
2323

.github/workflows/caching.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
ghc: ["9.0.1", '8.10.7', '8.10.6', "8.8.4", "8.6.5"]
64+
ghc: ["9.2.1", "9.0.1", '8.10.7', '8.10.6', "8.8.4", "8.6.5"]
6565
os: [ubuntu-latest, macOS-latest, windows-latest]
6666
cabal: ['3.6']
6767

.github/workflows/hackage.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
"hls-call-hierarchy-plugin", "hls-alternate-number-format-plugin",
2929
"hls-qualify-imported-names-plugin",
3030
"haskell-language-server"]
31-
# Uncomment 9.0.1 when ghcide is buildable
3231
ghc: [ "9.0.1",
3332
"8.10.7",
3433
"8.8.4",

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: true
4242
matrix:
43-
ghc: ["9.0.1", '8.10.7', '8.10.6', "8.8.4", "8.6.5"]
43+
ghc: ["9.2.1", "9.0.1", '8.10.7', '8.10.6', "8.8.4", "8.6.5"]
4444
os: [ubuntu-latest, macOS-latest]
4545
cabal: ['3.6']
4646
include:

0 commit comments

Comments
 (0)