composer update phpunit 10.3, remove define in tests bootstrap
All checks were successful
CI / testsuite (pgsql, 8.2, ) (push) Successful in 4m55s
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m13s
CI / testsuite (mysql, 8.4, ) (push) Successful in 9m14s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m49s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 8m13s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m56s
CI / Coding Standard & Static Analysis (push) Successful in 3m9s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 6m28s

This commit is contained in:
2026-03-21 00:19:49 -07:00
parent 89ccffd02c
commit eb721f831c
3 changed files with 2 additions and 14 deletions

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