diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 0a027e3c..6d356a75 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -24,7 +24,7 @@ jobs: php-version: '8.2' coverage: none ini-values: xdebug.max_nesting_level=1000 - extensions: mbstring, intl, gd, xsl, gmp, bcmath + extensions: mbstring, intl, gd, xsl, gmp, bcmath, :php-psr - name: Get Composer Cache Directory id: composer-cache diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e062f169..e19f7538 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: php-version: ${{ matrix.php-versions }} coverage: pcov ini-values: xdebug.max_nesting_level=1000 - extensions: mbstring, intl, gd, xsl, gmp, bcmath + extensions: mbstring, intl, gd, xsl, gmp, bcmath, :php-psr - name: Start MySQL run: sudo systemctl start mysql.service