Merge branch '1.13' into 1.14

* 1.13:
  Update composer-require-checker whitelist
  [CI] Fix minimal builds
This commit is contained in:
Grzegorz Sadowski 2024-09-20 12:33:42 +02:00
commit 5a8c068101
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 1 additions and 7 deletions

View file

@ -59,10 +59,3 @@ jobs:
uses: ./.github/workflows/ci_packages.yaml
with:
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

View file

@ -3,6 +3,7 @@
"null", "true", "false",
"static", "self", "parent",
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
"random_bytes", "random_int",
"Swift_Message",
"ApiPlatform\\Core\\Api\\FilterInterface",
"ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryNameGeneratorInterface",