Skip to content

Commit 6110b7a

Browse files
committed
ci: comment older GHCs
1 parent 49f61b6 commit 6110b7a

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

.github/workflows/servant-typescript.yaml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest]
1616
ghc:
17-
- "8.6.5"
18-
- "8.8.4"
19-
- "8.10.7"
20-
- "9.0.2"
21-
- "9.2.8"
22-
- "9.4.8"
23-
- "9.6.6"
24-
- "9.8.4"
25-
- "9.10.1"
26-
# exclude:
27-
# - os: macOS-latest
28-
# ghc: 8.8.3
17+
# - "8.6.5"
18+
# - "8.8.4"
19+
# - "8.10.7"
20+
- "9.0.2"
21+
- "9.2.8"
22+
- "9.4.8"
23+
- "9.6.6"
24+
- "9.8.4"
25+
- "9.10.1"
26+
exclude:
27+
# These don't work on GitHub CI anymore because they need llvm@13, which became
28+
# disabled on 12/31/2024
29+
- os: macOS-latest
30+
ghc: 9.0.2
2931

3032
steps:
3133
- uses: actions/checkout@v4
@@ -73,8 +75,8 @@ jobs:
7375
fail-fast: false
7476
matrix:
7577
ghc:
76-
- "8.8.4"
77-
- "8.10.7"
78+
# - "8.8.4"
79+
# - "8.10.7"
7880
- "9.0.2"
7981

8082
steps:

0 commit comments

Comments
 (0)