File tree Expand file tree Collapse file tree 4 files changed +9
-88
lines changed
Expand file tree Collapse file tree 4 files changed +9
-88
lines changed Original file line number Diff line number Diff line change 44 "description" : " The German Arch Linux Feed Aggregator" ,
55 "license" : " GPL-3.0-or-later" ,
66 "require" : {
7- "php" : " ^8.4 " ,
7+ "php" : " ^8.5 " ,
88 "ext-apcu" : " ^5.1" ,
99 "ext-ctype" : " *" ,
1010 "ext-curl" : " *" ,
9090 "symfony/polyfill-php81" : " *" ,
9191 "symfony/polyfill-php82" : " *" ,
9292 "symfony/polyfill-php83" : " *" ,
93- "symfony/polyfill-php84" : " *"
93+ "symfony/polyfill-php84" : " *" ,
94+ "symfony/polyfill-php85" : " *"
9495 },
9596 "scripts" : {
9697 "auto-scripts" : {
Original file line number Diff line number Diff line change 1- FROM php:8.4 -fpm-alpine
1+ FROM php:8.5 -fpm-alpine
22
33RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
44
55RUN apk add --no-cache git
66
77COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/
88RUN install-php-extensions opcache apcu intl pdo_mysql
9- RUN IPE_DONT_ENABLE=1 install-php-extensions xdebug-stable
9+ RUN IPE_DONT_ENABLE=1 install-php-extensions pcov
1010
1111COPY --from=composer /usr/bin/composer /usr/bin/composer
Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ test-db-migrations *args: start-db
136136 {{PHP-DB-RUN}} vendor/bin/phpunit -c phpunit-db.xml --testsuite ' Doctrine Migrations Test' {{args}}
137137
138138test-coverage :
139- {{PHP-RUN}} php -d zend_extension=xdebug -d xdebug.mode=coverage -d memory_limit=-1 vendor/bin/phpunit --coverage-html var/coverage/phpunit
139+ {{PHP-RUN}} php -d extension=pcov -d memory_limit=-1 vendor/bin/phpunit --coverage-html var/coverage/phpunit
140140
141141test-db-coverage : start-db
142- {{PHP-RUN}} php -d zend_extension=xdebug -d xdebug.mode=coverage -d memory_limit=-1 vendor/bin/phpunit --coverage-html var/coverage -c phpunit-db.xml
142+ {{PHP-RUN}} php -d extension=pcov -d memory_limit=-1 vendor/bin/phpunit --coverage-html var/coverage -c phpunit-db.xml
143143
144144test-security : (composer "audit")
145145 {{NODE-RUN}} pnpm audit --prod
You can’t perform that action at this time.
0 commit comments