Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 42d8167

Browse files
committed
Fix CI xdebug installation on php 8.1
1 parent a65b25f commit 42d8167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PHP_CONTAINER="phpdockerio/php:8.1-cli"
2-
XDEBUG_PACKAGE="php8.0-xdebug"
2+
XDEBUG_PACKAGE="php8.1-xdebug"
33
PHP_RUN=docker run --rm -e XDEBUG_MODE=coverage -v "$(PWD):/workdir" -w "/workdir" --rm $(PHP_CONTAINER)
44

55
#### Tests & ci

0 commit comments

Comments
 (0)