Also test with GHC 8.2.2

pull/323/head
Taylor Fausak 2020-11-15 09:29:43 -05:00
parent fb8e3825aa
commit f333302406
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ jobs:
- os: ubuntu-18.04
ghc: 8.4.4
cabal: 3.2.0.0
- os: ubuntu-18.04
ghc: 8.2.2
cabal: 3.2.0.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2