1
0
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:
Andreas Möller
2023-12-05 12:46:14 +01:00
committed by GitHub
parent d8e6be3be5
commit 48a89648b7
4 changed files with 11 additions and 9 deletions

View File

@@ -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"