Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer(deps-dev): update phpstan/phpstan requirement from ^1.12.4 to ^1.12.5 in the version-updates group #558

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
ini-values: "opcache.enable=1, opcache.fast_shutdown=0, zend.assertions=1, assert.exception=On, intl.default_locale=de, intl.use_exceptions=1, zend.exception_ignore_args=0"
composer-options: "--optimize-autoloader --prefer-dist --prefer-stable -v"
skip-validate-composer: false
skip-validate-yaml: false
skip-validate-md: false
skip-phplint: false
skip-check-composer: true
skip-ec-checker: false
dependency-analyser-options: "--ignore-unknown-classes"

install:
Expand Down Expand Up @@ -203,7 +206,7 @@
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "lowest"
composer-options: "${{ inputs.composer-options }}"

Check failure on line 209 in .github/workflows/continuous-integration.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "composer-options" is not defined in object type {}

- name: "Run phpstan/phpstan"
run: "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit=768M --no-progress"
Expand Down Expand Up @@ -257,7 +260,7 @@
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "lowest"
composer-options: "${{ inputs.composer-options }}"

Check failure on line 263 in .github/workflows/continuous-integration.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "composer-options" is not defined in object type {}

- name: "Run phpmd/phpmd"
run: "phpmd src github phpmd.ruleset.xml"
Expand Down Expand Up @@ -311,7 +314,7 @@
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "lowest"
composer-options: "${{ inputs.composer-options }}"

Check failure on line 317 in .github/workflows/continuous-integration.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "composer-options" is not defined in object type {}

- name: "Run checks with rector/rector"
run: "rector process --ansi --dry-run"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"require-dev": {
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.4",
"phpstan/phpstan": "^1.12.5",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"rector/type-perfect": "^0.2.0",
"symplify/phpstan-rules": "^13.0.1",
Expand Down
Loading