File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : false
1919 matrix :
20- php : ["8.2", "8. 3", "8.4"]
20+ php : ["8.3", "8.4"]
2121 os : [ubuntu-latest]
2222 experimental : [false]
2323 include :
@@ -179,3 +179,5 @@ jobs:
179179 run : composer install --prefer-dist
180180 - name : Run PHP-CS
181181 run : composer run test:formatted
182+ env :
183+ PHP_CS_FIXER_IGNORE_ENV : 1
Original file line number Diff line number Diff line change 1- php 8.4.3
1+ php 8.4.5
Original file line number Diff line number Diff line change 2222 }
2323 ],
2424 "require" : {
25- "php-64bit" : " ^8.2 " ,
25+ "php-64bit" : " ^8.3 " ,
2626 "ext-mbstring" : " *" ,
2727 "ext-zlib" : " *"
2828 },
2929 "require-dev" : {
30- "phpunit/phpunit" : " ^11 .0" ,
30+ "phpunit/phpunit" : " ^12 .0" ,
3131 "guzzlehttp/guzzle" : " ^7.5" ,
3232 "ext-zip" : " *" ,
3333 "mikey179/vfsstream" : " ^1.6" ,
5757 "test:formatted" : " @format --dry-run --stop-on-violation --using-cache=no" ,
5858 "test:lint" : " psalm --stats --show-info=true --find-unused-psalm-suppress" ,
5959 "coverage:report" : " php-coveralls --coverage_clover=coverage.clover.xml --json_path=coveralls-upload.json --insecure" ,
60- "install:tools" : " phive install --trust-gpg-keys 0x67F861C3D889C656 --trust-gpg-keys 0x8AC0BAA79732DD42" ,
60+ "install:tools" : " phive install --trust-gpg-keys 0x67F861C3D889C656 --trust-gpg-keys 0x8AC0BAA79732DD42 --trust-gpg-keys 0x6DA3ACC4991FFAE5 " ,
6161 "docs:generate" : " tools/phpdocumentor --sourcecode"
6262 },
6363 "autoload" : {
You can’t perform that action at this time.
0 commit comments