bumped resolver (#40)

This commit is contained in:
iko 2020-02-19 20:48:08 +03:00 committed by GitHub
parent 6091e0c6c9
commit 3afcafdc0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.