File tree Expand file tree Collapse file tree 4 files changed +14
-20
lines changed
Expand file tree Collapse file tree 4 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 1- /.github / export-ignore
2- /test / export-ignore
3- /phpunit.xml export-ignore
4- /phpstan.neon export-ignore
1+ /.github / export-ignore
2+ /test / export-ignore
3+ /.editorconfig export-ignore
4+ /.gitattributes export-ignore
5+ /.gitignore export-ignore
6+ /.php-cs-fixer.php export-ignore
7+ /phpstan.neon export-ignore
Original file line number Diff line number Diff line change 4646 run : composer validate --strict
4747
4848 - name : Install Composer dependencies
49- run : composer install --no-progress
49+ uses : " ramsey/ composer-install@v3 "
5050
5151 - name : Perform static analysis
5252 run : composer analyze -- --error-format=github
5858 POSTGRES_HOST : localhost
5959
6060 - name : Check Formatting
61- run : vendor/bin/php-cs-fixer fix -v --dry-run --stop-on-violation --using-cache=no
61+ run : vendor/bin/php-cs-fixer check -v --show-progress=dots --stop-on-violation --using-cache=no
6262 if : ${{ matrix.php == '8.5' }}
Original file line number Diff line number Diff line change 4141 "scripts" : {
4242 "analyze" : " phpstan analyze" ,
4343 "cs-fix" : " php-cs-fixer fix -v" ,
44- "test" : " phpunit" ,
45- "test-mssql" : " phpunit --exclude-group mysql,pgsql" ,
46- "test-mysql" : " phpunit --exclude-group mssql,pgsql" ,
47- "test-pgsql" : " phpunit --exclude-group mssql,mysql" ,
48- "test-without-mssql" : " phpunit --exclude-group mssql"
44+ "test" : " phpunit test " ,
45+ "test-mssql" : " @test --exclude-group mysql,pgsql" ,
46+ "test-mysql" : " @test --exclude-group mssql,pgsql" ,
47+ "test-pgsql" : " @test --exclude-group mssql,mysql" ,
48+ "test-without-mssql" : " @test --exclude-group mssql"
4949 }
5050}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments