From 7eef9b08eaf62f0fd3f56b6b8e5a5ae612e8e5e9 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Tue, 4 Oct 2022 09:25:56 -0700 Subject: [PATCH] Update CI configs (#180) --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f99aee..c0e2bf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: 'Set up HLint' uses: haskell/actions/hlint-setup@v2 with: - version: '3.4' + version: '3.5' - name: 'Run HLint' uses: haskell/actions/hlint-run@v2 @@ -50,8 +50,9 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] # Removed macos-latest due to cert issues. - cabal: ["3.6"] + cabal: ["3.6", "3.8"] ghc: + - "9.2.4" - "9.0.2" - "8.10.7" - "8.8.4" @@ -152,7 +153,7 @@ jobs: ghc: - "8.10.7" - "9.0.2" - - "9.2.2" + - "9.2.4" os: [ubuntu-latest] steps: