Skip to content

Commit 188c967

Browse files
committed
chore: drop PHP 8.3 for php-cs-fixer
Run vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff PHP needs to be a minimum version of PHP 7.4.0 and maximum version of PHP 8.2.*. Current PHP version: 8.3.0-dev. To ignore this requirement please set `PHP_CS_FIXER_IGNORE_ENV`. If you use PHP version higher than supported, you may experience code modified in a wrong way. Please report such cases at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer . Error: Process completed with exit code 1.
1 parent 8d5ec54 commit 188c967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
php-version:
3131
- '8.1'
32-
- '8.3'
32+
- '8.2'
3333

3434
steps:
3535
- name: Checkout

0 commit comments

Comments
 (0)