mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-25 17:21:52 -07:00
ci: Add Stackage LTS 18 to Stack test matrix
This commit is contained in:
5
.github/workflows/stack.yml
vendored
5
.github/workflows/stack.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
||||
ghc: 8.8.4
|
||||
- resolver: lts-17
|
||||
ghc: 8.10.4
|
||||
- resolver: lts-18
|
||||
ghc: 8.10.7
|
||||
|
||||
steps:
|
||||
- name: Clone project
|
||||
@@ -43,7 +45,8 @@ jobs:
|
||||
#
|
||||
|
||||
- name: Install GHC
|
||||
# use system ghc in stack, don't waste GH Actions cache space
|
||||
# use system ghc (if available) in stack, don't waste GH Actions cache space
|
||||
continue-on-error: true
|
||||
run: |
|
||||
set -ex
|
||||
sudo apt install -y ghc-${{ matrix.ghc }}
|
||||
|
Reference in New Issue
Block a user