From 5f0b95d78d0644d704d492086aa61b4f7be2634b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 7 Dec 2023 08:00:54 +1100 Subject: [PATCH] disable php psr for github actions --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 774421fe8a7e..7a55a689bb88 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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: