[maint] fix phpunit test (#4300)

This commit is contained in:
Bocki 2024-10-17 00:00:52 +02:00 committed by GitHub
parent e5e2059ed7
commit 776e27218a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,5 +17,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
env:
update: true
- run: composer install
- run: composer test