From: Luke Lau Date: Wed, 3 Feb 2021 02:38:10 +0000 (+0000) Subject: Use haskell/actions/setup X-Git-Tag: 0.13.0.0~4 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=8daa0c1746aeec8469bab6040f8aac63f93ccc54 Use haskell/actions/setup --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 2fb86aa..eac181b 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -1,4 +1,4 @@ -name: Haskell CI +name: Test on: [push, pull_request] jobs: @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['8.10.1', '8.8.3', '8.6.5', '8.4.4'] + ghc: ['8.10.3', '8.8.3', '8.6.5', '8.4.4'] os: [ubuntu-latest, macOS-latest, windows-latest] exclude: - os: windows-latest @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-haskell@v1.1.4 + - uses: haskell/actions/setup@v1 with: ghc-version: ${{ matrix.ghc }} cabal-version: '3.2'