Skip to content

Commit

Permalink
Merge pull request #6 from msakai/ghc-8.10.4-lts-17.10-lts-16.31
Browse files Browse the repository at this point in the history
use GHC-8.10.4 with lts-17.10 and GHC-8.8.4 with lts-16.31
  • Loading branch information
msakai committed May 9, 2021
2 parents 025912c + 51c4c12 commit 011dcbf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.2']
ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.4']
os: [ubuntu-latest]
include:
- ghc: '8.4.4'
Expand All @@ -16,11 +16,11 @@ jobs:
resolver: 'lts-14.27'
flags: ''
- ghc: '8.8.4'
resolver: 'lts-16.27'
resolver: 'lts-16.31'
coveralls: true
flags: '--coverage'
- ghc: '8.10.2'
resolver: 'nightly-2020-11-01'
- ghc: '8.10.4'
resolver: 'lts-17.10'
flags: ''
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -34,9 +34,9 @@ matrix:
- env: CABALVER=2.4 GHCVER=8.8.4
compiler: ": #GHC 8.8.4"
addons: {apt: {packages: [cabal-install-2.4,ghc-8.8.4,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.4 GHCVER=8.10.2
compiler: ": #GHC 8.10.2"
addons: {apt: {packages: [cabal-install-2.4,ghc-8.10.2,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
- env: CABALVER=2.4 GHCVER=8.10.4
compiler: ": #GHC 8.10.4"
addons: {apt: {packages: [cabal-install-2.4,ghc-8.10.4,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}

before_install:
- unset CC
Expand Down
2 changes: 1 addition & 1 deletion pseudo-boolean.cabal
Expand Up @@ -29,7 +29,7 @@ tested-with:
GHC ==8.4.4
GHC ==8.6.5
GHC ==8.8.4
GHC ==8.10.2
GHC ==8.10.4

source-repository head
type: git
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-15.9
resolver: lts-17.10

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down

0 comments on commit 011dcbf

Please sign in to comment.