Update PHP version in workflows
This commit is contained in:
parent
01cd52aeae
commit
809a8197b6
|
@ -25,11 +25,11 @@ jobs:
|
||||||
uses: php-actions/composer@v6
|
uses: php-actions/composer@v6
|
||||||
with:
|
with:
|
||||||
command: update
|
command: update
|
||||||
php_version: "8.0"
|
php_version: "8.1"
|
||||||
|
|
||||||
- name: Run PHPCS
|
- name: Run PHPCS
|
||||||
uses: php-actions/phpcs@v1
|
uses: php-actions/phpcs@v1
|
||||||
with:
|
with:
|
||||||
php_version: "8.0"
|
php_version: "8.1"
|
||||||
path: src/
|
path: src/
|
||||||
standard: phpcs.xml.dist
|
standard: phpcs.xml.dist
|
||||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: "8.0"
|
php-version: "8.1"
|
||||||
coverage: none
|
coverage: none
|
||||||
tools: phpmd
|
tools: phpmd
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: php-actions/composer@v6
|
uses: php-actions/composer@v6
|
||||||
with:
|
with:
|
||||||
command: update
|
command: update
|
||||||
php_version: "8.0"
|
php_version: "8.1"
|
||||||
|
|
||||||
- name: Run PHPStan
|
- name: Run PHPStan
|
||||||
uses: php-actions/phpstan@v3
|
uses: php-actions/phpstan@v3
|
||||||
|
|
Loading…
Reference in New Issue