Skip to content

Commit 860af3d

Browse files
committed
Add 9.6,9.8 to CI
1 parent 12819ab commit 860af3d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
ghc:
12-
- "9.4.4"
12+
- "9.8.2"
13+
- "9.6.4"
14+
- "9.4.8"
1315
- "9.2.2"
1416
- "9.0.2"
1517
- "8.10.7"
@@ -99,7 +101,9 @@ jobs:
99101
strategy:
100102
matrix:
101103
ghc:
102-
- "9.4.4"
104+
- "9.8.2"
105+
- "9.6.4"
106+
- "9.4.8"
103107
- "9.2.2"
104108
- "9.0.2"
105109
- "8.10.7"

0 commit comments

Comments
 (0)