Skip to content

Commit 8b2720d

Browse files
committed
phpunit is broken now
1 parent 945c47b commit 8b2720d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
with:
1313
php-version: "8.3"
1414
# php extensions also listed in tools/docker-dev/web/Dockerfile
15-
extensions: curl,mysql,ldap,pdo,redis,cli
15+
extensions: curl,mysql,ldap,pdo,redis
1616
tools: composer:v2
1717
- name: Install dependencies
1818
run: composer install --prefer-dist --no-progress
1919
- name: Run PHPUnit tests
20-
run: vendor/bin/phpunit
20+
run: vendor/bin/phpunit --debug

0 commit comments

Comments
 (0)