diff --git a/.github/workflows/presubmit-cabal.yaml b/.github/workflows/presubmit-cabal.yaml index 52d72d9..2e0d45d 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.2.5", "9.4.4"] + ghc: ["8.10.7", "9.2.5", "9.4.4", "9.6.1"] steps: - name: "Checkout code" uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2