disable php psr for github actions

This commit is contained in:
David Bomba 2023-12-07 08:00:54 +11:00
parent ce7da48b69
commit 5f0b95d78d

View File

@ -81,7 +81,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mysql, mysqlnd, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml, redis
extensions: mysql, mysqlnd, sqlite3, bcmath, gmp, gd, curl, zip, openssl, mbstring, xml, redis, :psr
- uses: actions/checkout@v1
with: