File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : PHP Composer
22
3- on :
4- push :
5- branches : ["master"]
6- pull_request :
7- branches : ["master"]
3+ on : [push]
84
95permissions :
106 contents : read
@@ -31,11 +27,11 @@ jobs:
3127 - name : Install dependencies
3228 uses : php-actions/composer@v6
3329 with :
34- php_version : " 8.2 "
30+ php_version : " 8.3 "
3531
3632 - name : Run tests
3733 uses : php-actions/composer@v6
3834 with :
3935 command : test
40- php_version : " 8.2 "
36+ php_version : " 8.3 "
4137 php_extensions : xdebug
Original file line number Diff line number Diff line change 44vendor
55coverage
66.phpunit.cache
7+ .idea
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.2" ,
20- "illuminate/support" : " ^11 .0|^12 .0"
20+ "illuminate/support" : " ^12 .0|^13 .0"
2121 },
2222 "require-dev" : {
23- "orchestra/testbench" : " ^9 .0|^10 .0" ,
24- "phpunit/phpunit" : " ^11.0 "
23+ "orchestra/testbench" : " ^10 .0|^11 .0" ,
24+ "phpunit/phpunit" : " ^11.5 "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments