]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fixup :)
authorPhilipp <admin@philipp.info>
Fri, 15 Mar 2024 22:15:42 +0000 (23:15 +0100)
committerPhilipp <admin@philipp.info>
Fri, 15 Mar 2024 22:15:42 +0000 (23:15 +0100)
.woodpecker/.phpunit.yml

index 207bb20732d93816924aaf1e7b4bf8678494d9b0..1e6189d3675a3b589ba6134f1803daaf60c63b06 100644 (file)
@@ -78,7 +78,7 @@ pipeline:
       - cp config/local-sample.config.php config/local.config.php
       - if ! bin/wait-for-connection $MYSQL_HOST $MYSQL_PORT 300; then echo "[ERROR] Waited 300 seconds, no response" >&2; exit 1; fi
       - mysql -h$MYSQL_HOST -P$MYSQL_PORT -p$MYSQL_PASSWORD -u$MYSQL_USER $MYSQL_DATABASE < database.sql
-      - if [ "${PHP_MAJOR_VERSION}" = "7.4" -a "${CI_REPO}" = "friendica/friendica-addons" ]; then
+      - if [ "${PHP_MAJOR_VERSION}" = "8.2" -a "${CI_REPO}" = "friendica/friendica-addons" ]; then
           phpenmod xdebug;
           export XDEBUG_MODE=coverage;
           phpunit --configuration tests/phpunit-addons.xml --coverage-clover clover.xml;