Skip to content

Commit

Permalink
fixed split framework package
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Nov 25, 2024
1 parent 1822fc8 commit fab4cd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: bcmath, gd, intl, pdo_pgsql, redis, pgsql, zip
extensions: bcmath, gd, intl-74.2, pdo_pgsql, redis, pgsql, zip
tools: composer
- name: Install Composer dependencies
run: composer install --optimize-autoloader --no-interaction
Expand Down
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ parameters:
-
message: '#^Unsafe usage of new static\(\).#'
path: %currentWorkingDirectory%/src/*
-
message: '#^Service "twig" is private.#'
path: %currentWorkingDirectory%/src/Component/FlashMessage/FlashMessageTrait.php
excludePaths:
# Exclude "Source" folder dedicated for testing functionality connected to "shopsys:extended-classes:annotations" command
- %currentWorkingDirectory%/tests/Unit/Component/ClassExtension/Source/*
Expand Down

0 comments on commit fab4cd4

Please sign in to comment.