mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.13' into 1.14
* 1.13: Update composer-require-checker whitelist [CI] Fix minimal builds
This commit is contained in:
commit
5a8c068101
2 changed files with 1 additions and 7 deletions
7
.github/workflows/ci__minimal.yaml
vendored
7
.github/workflows/ci__minimal.yaml
vendored
|
|
@ -59,10 +59,3 @@ jobs:
|
||||||
uses: ./.github/workflows/ci_packages.yaml
|
uses: ./.github/workflows/ci_packages.yaml
|
||||||
with:
|
with:
|
||||||
type: minimal
|
type: minimal
|
||||||
unstable:
|
|
||||||
if: contains(github.event.pull_request.title, '[Unstable]')
|
|
||||||
name: Unstable
|
|
||||||
needs: static-checks
|
|
||||||
uses: ./.github/workflows/ci__unstable.yaml
|
|
||||||
with:
|
|
||||||
ignore-failure: true
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"null", "true", "false",
|
"null", "true", "false",
|
||||||
"static", "self", "parent",
|
"static", "self", "parent",
|
||||||
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
|
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
|
||||||
|
"random_bytes", "random_int",
|
||||||
"Swift_Message",
|
"Swift_Message",
|
||||||
"ApiPlatform\\Core\\Api\\FilterInterface",
|
"ApiPlatform\\Core\\Api\\FilterInterface",
|
||||||
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
|
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue