mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-30 19:51: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
|
ghc: 8.8.4
|
||||||
- resolver: lts-17
|
- resolver: lts-17
|
||||||
ghc: 8.10.4
|
ghc: 8.10.4
|
||||||
|
- resolver: lts-18
|
||||||
|
ghc: 8.10.7
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone project
|
- name: Clone project
|
||||||
@@ -43,7 +45,8 @@ jobs:
|
|||||||
#
|
#
|
||||||
|
|
||||||
- name: Install GHC
|
- 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: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
sudo apt install -y ghc-${{ matrix.ghc }}
|
sudo apt install -y ghc-${{ matrix.ghc }}
|
||||||
|
Reference in New Issue
Block a user