Skip to content

Commit

Permalink
Merge pull request #77 from commercialhaskell/ci-ghc943
Browse files Browse the repository at this point in the history
Bump CI from GHC 9.4.2 to GHC 9.4.3
  • Loading branch information
snoyberg authored Dec 12, 2022
2 parents 9254dec + 892da1d commit 3e19cf9
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1,414 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches:
- master

# As of 29 August 2022, ubuntu-22.04, windows-latest and macos-latest come with
# Stack 2.7.5.
# As of 11 December 2022, ubuntu-22.04, windows-latest and macos-latest come
# with Stack 2.9.1.

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os:
# As of 29 August 2022, ubuntu-lastest corresponds to ubuntu-20.04.
# As of 11 December 2022, ubuntu-lastest corresponds to ubuntu-20.04.
# However, ubuntu-20.04 has package 'libc6 (2.31-0ubuntu9.7 and others)'
# and, from GHC 9.4.1, ghc-9.4.1-x86_64-fedora33-linux.tar.xz etc is
# built on Fedora 33, whuch comes with glibc version 2.32. Hence use
Expand All @@ -27,7 +27,7 @@ jobs:
- stack-ghc-8.6.5.yaml
- stack-ghc-8.8.4.yaml
- stack-ghc-9.2.5.yaml
- stack-ghc-9.4.2.yaml
- stack-ghc-9.4.3.yaml
- stack-persistent-2.11.yaml
- stack-cabal-3.4.yaml
include:
Expand Down
192 changes: 0 additions & 192 deletions stack-ghc-9.4.2.yaml

This file was deleted.

Loading

0 comments on commit 3e19cf9

Please sign in to comment.