From fa056782e0ed36ba899f70d934ccb418f3a1df13 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 17 Jun 2023 20:50:24 +0200 Subject: [PATCH] rule out older GHCs due to hoauth2 Experimental module --- .github/workflows/haskell.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0f641c8..cad9635 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -16,8 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - # ghc-version: ['9.6', '9.4', '9.2', '9.0', '8.10'] - stack-resolver: ['lts-20.24', 'lts-19.33', 'lts-18.28', 'lts-16.31', 'lts-14.27'] + stack-resolver: ['nightly-2023-06-17', 'lts-20.24'] steps: - name: git checkout uses: actions/checkout@v3