Skip to content

Commit 2a37e10

Browse files
committed
Add GHC-8.10 for windows
1 parent 5ab65c4 commit 2a37e10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
ghc: ['8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
19+
ghc: ['8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10']
2020
include:
2121
- os: macOS-latest
2222
ghc: '9.4'
2323
- os: macOS-latest
2424
ghc: '9.6'
2525
- os: macOS-latest
2626
ghc: '9.8'
27+
- os: windows-latest
28+
ghc: '8.10'
2729
- os: windows-latest
2830
ghc: '9.4'
2931
- os: windows-latest

0 commit comments

Comments
 (0)