composer update phpunit 10.3, remove define in tests bootstrap

This commit is contained in:
bs
2026-03-21 00:19:49 -07:00
parent 89ccffd02c
commit eb721f831c
3 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, bcmath, sqlite, pdo_${{ matrix.db-type }}
extensions: mbstring, intl, bcmath, sqlite, apcu, pdo_${{ matrix.db-type }}
coverage: pcov
- name: Get composer cache directory