mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Added an workaround to github CI issue. setup php action has php-psr ext enabled somehow, which causes trouble.
This commit is contained in:
parent
ea9cc6723f
commit
6110f5be40
2 changed files with 2 additions and 2 deletions
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
php-version: '8.2'
|
php-version: '8.2'
|
||||||
coverage: none
|
coverage: none
|
||||||
ini-values: xdebug.max_nesting_level=1000
|
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
|
- name: Get Composer Cache Directory
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
ini-values: xdebug.max_nesting_level=1000
|
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
|
- name: Start MySQL
|
||||||
run: sudo systemctl start mysql.service
|
run: sudo systemctl start mysql.service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue