diff options
| author | Fabián Heredia Montiel <[email protected]> | 2021-11-17 19:29:01 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-17 17:29:01 -0800 |
| commit | 51c85b46ba7212411feb709b5cc5da32cb5b2430 (patch) | |
| tree | 006d4437587ec7a1214279f01bf9158c2269686e /.github/workflows | |
| parent | 13125945261568f04e8efe0033deb32c5a643c3c (diff) | |
Update build files (#7696)
* Drop old windows 32-bit constraints
- basement >= 0.0.10 was 0.0.12 on stackage-18.10
- foundation >= 0.0.23 was 0.0.26.1 on stackage-18.10
* Update cabal `tested-with` field to correspond to `ci.yml` matrix
* ghc: 8.10.{2,4} → 8.10.7
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b73442bf..1b7e415ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: prefix: '' cabalopts: '' testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false' - - ghc: '8.10.4' + - ghc: '8.10.7' cabal: '3.2' prefix: '' cabalopts: '-ftrypandoc' @@ -212,7 +212,7 @@ jobs: versions: - ghc: '8.8.4' cabal: '3.2' - - ghc: '8.10.2' + - ghc: '8.10.7' cabal: '3.2' steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 784c57276..a8afcee95 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -14,7 +14,7 @@ jobs: - name: Install recent cabal/ghc uses: haskell/actions/setup@v1 with: - ghc-version: '8.10.3' + ghc-version: '8.10.7' cabal-version: '3.2' - name: Install dependencies |
