Skip to content

Commit

Permalink
Updated PHP version in the PHPStan config to match platfrom's version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 29, 2024
1 parent aaece60 commit 550f207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ renovate --schedule= --force-cli=true drevops/scaffold
2. Update container images to the latest versions and check that `@see` links are working.
3. Update PHP version in `composer.json` for `config.platform`.
4. Update PHP version in `phpcs.xml` for `testVersion`.
5. Update PHP version in `phpstan.neon` for `phpVersion`.
5. Update PHP version in `phpstan.neon` for `phpVersion`. Run `php -r "echo PHP_VERSION_ID . PHP_EOL;"` in the container to get the current PHP version.
6. Increment minor version of all packages in `composer.json`.
7. Update minor version of dependencies in theme's `package.json`.
8. Increment the cache version in `.circleci/config.yml`.
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:

level: 7

phpVersion: 80300
phpVersion: 80310

paths:
- web/modules/custom
Expand Down

1 comment on commit 550f207

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.