mirror of
https://github.com/ilyakooo0/isoparsec.git
synced 2024-11-22 04:43:48 +03:00
bumped resolver (#40)
This commit is contained in:
parent
6091e0c6c9
commit
3afcafdc0b
4
.github/workflows/haskell.yml
vendored
4
.github/workflows/haskell.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
resolver: [lts-13.11, lts-13.19, lts-14, nightly]
|
||||
resolver: [lts-13.11, lts-13.19, lts-14.27, lts-15, nightly]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -29,6 +29,6 @@ jobs:
|
||||
stack test --fast --pedantic --ghc-options '-j' --resolver=${{ matrix.resolver }}
|
||||
|
||||
- name: Weeder
|
||||
if: matrix.resolver == 'lts-14'
|
||||
if: matrix.resolver == 'lts-15'
|
||||
run: |
|
||||
curl -sSL https://raw.github.com/ndmitchell/weeder/master/misc/run.sh | sh -s . --build
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# resolver: ./custom-snapshot.yaml
|
||||
# resolver: https://example.com/snapshots/2018-01-01.yaml
|
||||
resolver: lts-14.25
|
||||
resolver: lts-15.0
|
||||
|
||||
# User packages to be built.
|
||||
# Various formats can be used as shown in the example below.
|
||||
|
Loading…
Reference in New Issue
Block a user