We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0b3c4 commit f4a3c93Copy full SHA for f4a3c93
.github/workflows/build.yml
@@ -4,6 +4,7 @@ on: [push, pull_request]
4
5
env:
6
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7
+ PHP_CS_FIXER_IGNORE_ENV: 'true' # TODO: Remove when php-cs-fixer supports PHP 8.2
8
9
jobs:
10
build:
0 commit comments