Skip to content

Commit 1bcec10

Browse files
committed
GitHub Actions: Test with GHC 8.0.2
1 parent 06822c2 commit 1bcec10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
ghc: ['8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.2']
9+
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.2']
1010
os: [ubuntu-latest]
1111
flags: ['', '--flag unboxing-vector:-mono-traversable']
1212
include:
13+
- ghc: '8.0.2'
14+
resolver: '--resolver=lts-9.21'
1315
- ghc: '8.2.2'
1416
resolver: '--resolver=lts-11.22'
1517
- ghc: '8.10.2'

0 commit comments

Comments
 (0)