mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Require and use PHP 8.2 (#847)
* Enhancement: Require and use PHP 8.2 * Fix: Set PHP_CS_FIXER_IGNORE_ENV environment variable
This commit is contained in:
6
.github/workflows/integrate.yaml
vendored
6
.github/workflows/integrate.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php-version:
|
||||
- "7.3"
|
||||
- "8.2"
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
@@ -51,6 +51,8 @@ jobs:
|
||||
|
||||
- name: "Run friendsofphp/php-cs-fixer"
|
||||
run: "vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.php --diff --dry-run --verbose"
|
||||
env:
|
||||
PHP_CS_FIXER_IGNORE_ENV: "1"
|
||||
|
||||
tests:
|
||||
name: "Tests"
|
||||
@@ -60,7 +62,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php-version:
|
||||
- "7.3"
|
||||
- "8.2"
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
|
||||
Reference in New Issue
Block a user