We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcd9d97 + 7ea3843 commit 0575c35Copy full SHA for 0575c35
1 file changed
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
pull_request:
7
types: [opened, synchronize, reopened]
8
@@ -29,6 +29,10 @@ jobs:
29
with:
30
dependency-versions: ${{ matrix.dependency-versions }}
31
32
+ - name: Upgrade analysis tools to latest
33
+ if: ${{ matrix.dependency-versions == 'lowest' }}
34
+ run: composer update phpstan/phpstan rector/rector phpunit/phpunit squizlabs/php_codesniffer --with-all-dependencies --no-interaction
35
+
36
- run: vendor/bin/phpcs
37
if: ${{ failure() || success() }}
38
0 commit comments