Skip to content

Commit f4a3c93

Browse files
committed
Ignore php-cs-fixer PHP version check
1 parent 7f0b3c4 commit f4a3c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44

55
env:
66
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7+
PHP_CS_FIXER_IGNORE_ENV: 'true' # TODO: Remove when php-cs-fixer supports PHP 8.2
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)