diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1f3d726..da673649 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, ubuntu-latest, windows-latest] - ghc: [8.10.4, 8.10.7, 9.0.2, 9.2.8, 9.4.5, 9.6.2] + os: [macos-latest, ubuntu-latest, windows-latest] + ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.2] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -40,7 +40,7 @@ jobs: ghcup install ghc ${{matrix.ghc}} ghcup set ghc ${{matrix.ghc}} - ghcup install hls 1.4.0 + ghcup install hls 2.2.0.0 ghcup install hls latest shell: bash