Skip to content

Commit cf722fe

Browse files
Add GHC 9.10.1 to CI (replacing HEAD)
1 parent 7be1f70 commit cf722fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: ["macOS-latest", "windows-latest", "ubuntu-22.04"]
65-
ghc: ["9.8.1", "9.6.3", "9.4.7", "9.2.8", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]
65+
ghc: ["9.10.1", "9.8.1", "9.6.3", "9.4.7", "9.2.8", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]
6666
exclude:
6767
# Windows gets stuck while running the testsuite, but this is not a
6868
# doctest-parallel failure
@@ -85,9 +85,9 @@ jobs:
8585

8686
# Uncomment if testing with an unreleased GHC. Make sure to edit the
8787
# "Setup Haskell (head)" step too.
88-
include:
89-
- os: ubuntu-22.04
90-
ghc: head
88+
# include:
89+
# - os: ubuntu-22.04
90+
# ghc: head
9191
fail-fast: false
9292
steps:
9393
- name: Checkout

0 commit comments

Comments
 (0)