mirror of
https://github.com/opencultureconsulting/php-basics.git
synced 2025-02-16 00:00:16 +01:00
Update PHP version in workflows
This commit is contained in:
parent
01cd52aeae
commit
809a8197b6
4
.github/workflows/phpcs.yml
vendored
4
.github/workflows/phpcs.yml
vendored
@ -25,11 +25,11 @@ jobs:
|
||||
uses: php-actions/composer@v6
|
||||
with:
|
||||
command: update
|
||||
php_version: "8.0"
|
||||
php_version: "8.1"
|
||||
|
||||
- name: Run PHPCS
|
||||
uses: php-actions/phpcs@v1
|
||||
with:
|
||||
php_version: "8.0"
|
||||
php_version: "8.1"
|
||||
path: src/
|
||||
standard: phpcs.xml.dist
|
||||
|
2
.github/workflows/phpmd.yml
vendored
2
.github/workflows/phpmd.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Setup Environment
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: "8.0"
|
||||
php-version: "8.1"
|
||||
coverage: none
|
||||
tools: phpmd
|
||||
|
||||
|
2
.github/workflows/phpstan.yml
vendored
2
.github/workflows/phpstan.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: php-actions/composer@v6
|
||||
with:
|
||||
command: update
|
||||
php_version: "8.0"
|
||||
php_version: "8.1"
|
||||
|
||||
- name: Run PHPStan
|
||||
uses: php-actions/phpstan@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user