diff --git a/.github/workflows/presubmit-cabal.yaml b/.github/workflows/presubmit-cabal.yaml index 20378ae..3633ea2 100644 --- a/.github/workflows/presubmit-cabal.yaml +++ b/.github/workflows/presubmit-cabal.yaml @@ -17,7 +17,7 @@ jobs: fail-fast: false # don't cancel other jobs if one fails matrix: os: [ubuntu-latest, macos-latest, windows-latest] - ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.3] + ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.3, 9.8.1] steps: - name: Checkout code uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0