Skip to content

Commit

Permalink
GitHub CI: Update GHC latest and HLS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Apr 6, 2024
1 parent 3e8425d commit 91a4e20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
os: ${{ matrix.os }}
ghc_version: 9.4.8
hls_version: 2.5.0.0
hls_version: 2.7.0.0
secrets: inherit

build-and-test-macos:
Expand All @@ -49,25 +49,25 @@ jobs:
with:
os: ${{ matrix.os }}
ghc_version: 9.4.8
hls_version: 2.5.0.0
hls_version: 2.7.0.0
secrets: inherit

build-and-test-ghc-latest-ubuntu:
name: "Build/Test: GHC latest Ubuntu"
uses: ./.github/workflows/build-and-test-ubuntu.yml
with:
os: ubuntu-22.04
ghc_version: 9.8.1
hls_version: 2.5.0.0
ghc_version: 9.8.2
hls_version: 2.7.0.0
secrets: inherit

build-and-test-ghc-latest-macos:
name: "Build/Test: GHC latest macOS"
uses: ./.github/workflows/build-and-test-macos.yml
with:
os: macos-12
ghc_version: 9.8.1
hls_version: 2.5.0.0
ghc_version: 9.8.2
hls_version: 2.7.0.0
secrets: inherit

build-doc-ubuntu:
Expand Down

0 comments on commit 91a4e20

Please sign in to comment.