CI: GitHub: Cabal-Linux: test all GHCs

M  .github/workflows/Cabal-Linux.yml
This commit is contained in:
Anton-Latukha 2020-09-10 17:34:34 +03:00
parent 4cd3aa0e17
commit 12d108d394
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: [ "8.10", "8.4" ]
ghc: [ "8.10", "8.8", "8.6", "8.4" ]
steps:
- uses: actions/checkout@v2
with: