From 0cc705441f145c7267e7d0b10c57e17693bb955a Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 31 Oct 2023 08:17:26 +0100 Subject: [PATCH] more ghc versions in ci --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 5016902..0f5070a 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - resolver: ['lts-20.24'] + resolver: ['lts-19.33', 'lts-20.24', 'lts-21.18'] steps: - name: git checkout uses: actions/checkout@v3