Skip to content
Snippets Groups Projects
Unverified Commit 692a80be authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #10480 from haskell/mergify/bp/3.14/pr-10448

Backport #10448: try to run check-sdist on the right ghcs
parents 274efa32 93c732bf
No related branches found
No related tags found
No related merge requests found
......@@ -28,23 +28,17 @@ jobs:
# No caching, since the point is to verify they can be installed "from scratch"
# Don't run on master or a PR targeting master, because there's never an installable Cabal
dogfood-sdists:
name: Dogfood sdist on ${{ matrix.os }} ghc-${{ matrix.ghc }}
name: Dogfood sdist on ghc-${{ matrix.ghc }}
if: github.ref != 'refs/heads/master' && github.base_ref != 'master'
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
# this should be kept up to date with the list in validate.yml, but should be the
# *first* compiler release so we validate against what is hopefully the first
# release of a corresponding Cabal and friends. it can also be short since it's
# highly unlikely that we are releasing really old branches.
ghc:
[
"9.10.1",
"9.8.1",
"9.6.1",
"9.4.1",
]
["9.10.1", "9.8.1", "9.6.1"]
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment