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 @@ -15,10 +15,12 @@ jobs:
1515 matrix :
1616 php : ['8.1', '8.2', '8.3']
1717 stability : ['prefer-lowest', 'prefer-stable']
18- laravel : ['^10.0', '^11.0']
18+ laravel : ['^10.0', '^11.0', '^12.0' ]
1919 exclude :
2020 - php : ' 8.1'
2121 laravel : ' ^11.0'
22+ - php : ' 8.1'
23+ laravel : ' ^12.0'
2224
2325 name : ' PHP ${{ matrix.php }} - Laravel: ${{matrix.laravel}} - ${{ matrix.stability }}'
2426
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " ^8.0" ,
1313 "ext-json" : " *" ,
14- "illuminate/queue" : " ^10.0|^11.0" ,
14+ "illuminate/queue" : " ^10.0|^11.0|^12.0 " ,
1515 "php-amqplib/php-amqplib" : " ^v3.6"
1616 },
1717 "require-dev" : {
1818 "phpunit/phpunit" : " ^10.0|^11.0" ,
1919 "mockery/mockery" : " ^1.0" ,
2020 "laravel/horizon" : " ^5.0" ,
21- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
21+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
2222 "laravel/pint" : " ^1.2" ,
23- "laravel/framework" : " ^9.0|^10.0|^11.0"
23+ "laravel/framework" : " ^9.0|^10.0|^11.0|^12.0 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ protected function getEnvironmentSetUp($app): void
4040 'cafile ' => null ,
4141 'local_cert ' => null ,
4242 'local_key ' => null ,
43- 'verify_peer ' => true ,
43+ 'verify_peer ' => false ,
4444 'passphrase ' => null ,
4545 ],
4646 ],
You can’t perform that action at this time.
0 commit comments