Skip to content

Commit

Permalink
CI: Remove unused files/extensions for php test config
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jun 18, 2024
1 parent 37fed02 commit 1ff3de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
phpstan-level: 4
allow-style-failures: false
allow-phpstan-failures: false
phpcs-whitelist: index.php.sample tests/phan.config.php tests/phpstan.autoload.inc.php tests/test.bootstrap.inc.php
php-extensions: http, msgpack, gettext, uopz, xdebug, uuid
phpcs-whitelist: tests/phan.config.php tests/phpstan.autoload.inc.php tests/test.bootstrap.inc.php
php-extensions: gettext, uopz
stable-php-versions: '["8.1"]'
experimental-php-versions: '["8.2","8.3"]'

0 comments on commit 1ff3de0

Please sign in to comment.