diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 357a47552..542b832de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: fail-fast: true matrix: versions: - - ghc: '8.10.2' + - ghc: '8.8.4' cabal: '3.2' steps: |