Skip to content

Commit 05f789a

Browse files
Drop GHC 9.0 and older from CI (#42)
The new OrangeCrab starter project will use OverloadedRecordDot, but these ancient GHC's don't support that. Since OverloadedRecordDot is such a nice quality of life feature, let's just drop the ancient GHC's in CI.
1 parent 8ec4652 commit 05f789a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ matrix.os }}
6767
strategy:
6868
matrix:
69-
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.7", "9.8.4", "9.10.2"]
69+
ghc: ["9.2.8", "9.4.8", "9.6.7", "9.8.4", "9.10.2"]
7070

7171
# Windows missing; no cross-platform CI scripts available yet.
7272
os: ["ubuntu-latest", "macos-latest"]

0 commit comments

Comments
 (0)