diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d9cd09..220fab6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,10 @@ jobs: - "9.4.8" - "9.6.4" exclude: - # precompiled 9.0 and 9.2 don't have docs on MacOS + # Some GHCs from GHCup don't have pre-compiled hoogle for bundled libraries - os: macos-latest - ghc: "9.2.4" + ghc: "9.2.8" + - ghc: "9.6.4" runs-on: ${{ matrix.os }} defaults: run: @@ -36,11 +37,6 @@ jobs: cabal build all --enable-tests - name: Run Tests run: cabal test --test-show-details=always all - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true post_job: runs-on: ubuntu-latest needs: [test]