We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8d04e commit 4097427Copy full SHA for 4097427
.github/workflows/test.yml
@@ -20,24 +20,15 @@ jobs:
20
# ghc: '8.10.1'
21
# ghc-lib: true
22
# only test supported ghc major versions
23
- - os: macOS-latest
24
- ghc: '8.10.3'
25
- test: true
26
- os: ubuntu-latest
27
ghc: '8.10.3'
28
test: true
29
- os: windows-latest
30
31
32
33
- ghc: '8.8.4'
34
35
36
ghc: '8.8.4'
37
38
39
- ghc: '8.6.5'
40
41
42
ghc: '8.6.5'
43
0 commit comments