File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,12 @@ matrix:
8787 env : LARAVEL=9.* PHPUNIT=^9.0 TESTBENCH=7.*
8888 - php : 8.2
8989 env : LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*
90+ - php : 8.2
91+ env : LARAVEL=11.* PHPUNIT=^10.0 TESTBENCH=9.*
92+ - php : 8.3
93+ env : LARAVEL=10.* PHPUNIT=^10.0 TESTBENCH=8.*
94+ - php : 8.3
95+ env : LARAVEL=11.* PHPUNIT=^10.0 TESTBENCH=9.*
9096
9197before_install :
9298 - travis_retry composer self-update
Original file line number Diff line number Diff line change 1919 ],
2020 "require" : {
2121 "php" : " >=5.5.9" ,
22- "illuminate/support" : " ^5.2|^6.0|^7.0|^8.0|^9.0|^10.0"
22+ "illuminate/support" : " ^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 "
2323 },
2424 "require-dev" : {
25- "illuminate/database" : " ^5.2|^6.0|^7.0|^8.0|^9.0|^10.0" ,
26- "orchestra/testbench" : " ^3.1|^4.0|^5.0|^6.0|^7.0|^8.0" ,
25+ "illuminate/database" : " ^5.2|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 " ,
26+ "orchestra/testbench" : " ^3.1|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0 " ,
2727 "phpunit/phpunit" : " ^5.0|^6.0|^7.0|^8.4|^9.0|^10.0"
2828 },
2929 "autoload" : {
You can’t perform that action at this time.
0 commit comments