.github/workflows/nix.yml: don't build for previous GHC any more

This commit is contained in:
Vaibhav Sagar 2021-09-11 20:46:26 +10:00
parent 32b8f880b4
commit 88d7bc877b

View File

@ -34,7 +34,6 @@ jobs:
strategy:
matrix:
versions:
- compiler: 'ghc884'
- compiler: 'ghc8104'
steps:
- uses: actions/checkout@v2