Skip to content

Commit b53c921

Browse files
committed
Missing CI for 8.6 and 8.8
1 parent a6b5c82 commit b53c921

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
os: [ubuntu-latest]
21-
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
21+
# ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
22+
ghc: ['8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
2223
include:
2324
- os: macOS-latest
2425
ghc: 'latest'

bytestring.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ Tested-With: GHC==9.12.2,
6464
GHC==9.4.8,
6565
GHC==9.2.8,
6666
GHC==9.0.2,
67-
GHC==8.10.7,
68-
GHC==8.8.4,
69-
GHC==8.6.5
67+
GHC==8.10.7
7068
Build-Type: Simple
7169
extra-source-files: README.md Changelog.md include/bytestring-cpp-macros.h
7270

0 commit comments

Comments
 (0)