File tree Expand file tree Collapse file tree 5 files changed +29
-52
lines changed Expand file tree Collapse file tree 5 files changed +29
-52
lines changed Original file line number Diff line number Diff line change 88
99 strategy :
1010 matrix :
11- php : ['8.0' , 8.1 , 8.2 ]
11+ php : [8.2 , 8.3 , 8.4 ]
1212 lib :
13- - { laravel: ^11.0 }
14- - { laravel: ^10.0 }
15- - { laravel: ^9.0 }
13+ - laravel : ^13.0.x-dev
14+ - laravel : ^12.0
15+ - laravel : ^11.0
1616 exclude :
17- - { php: 8.0, lib: { laravel: ^10.0 } }
18- - { php: 8.0, lib: { laravel: ^11.0 } }
19- - { php: 8.1, lib: { laravel: ^11.0 } }
17+ - php : 8.2
18+ lib :
19+ laravel : ^13.0.x-dev
2020
2121 steps :
2222 - uses : actions/checkout@v3
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # Laravel Database Mock [ ![ Build Status] ( https://github.com/mpyw/laravel-database-mock/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/mpyw/laravel-database-mock/actions ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/mpyw/laravel-database-mock/badge.svg?branch=master )] ( https://coveralls.io/github/mpyw/laravel-database-mock?branch=master ) [ ![ Scrutinizer Code Quality ] ( https://scrutinizer-ci.com/g/mpyw/laravel-database-mock/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/mpyw/laravel-database-mock/?branch=master )
1+ # Laravel Database Mock [ ![ Build Status] ( https://github.com/mpyw/laravel-database-mock/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/mpyw/laravel-database-mock/actions ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/mpyw/laravel-database-mock/badge.svg?branch=master )] ( https://coveralls.io/github/mpyw/laravel-database-mock?branch=master )
22
33> [ !WARNING]
44> ** Experimental**
Original file line number Diff line number Diff line change 2121 }
2222 },
2323 "require" : {
24- "php" : " ^7.3 || ^8.0 " ,
24+ "php" : " ^8.2 " ,
2525 "ext-pdo" : " *" ,
26- "illuminate/database" : " ^9 .0 || ^10 .0 || ^11 .0" ,
27- "illuminate/support" : " ^9 .0 || ^10 .0 || ^11 .0" ,
28- "mpyw/mockery-pdo" : " 0.0.1-alpha7 @alpha"
26+ "illuminate/database" : " ^11 .0 || ^12 .0 || ^13 .0" ,
27+ "illuminate/support" : " ^11 .0 || ^12 .0 || ^13 .0" ,
28+ "mpyw/mockery-pdo" : " 0.0.1-alpha8 @alpha"
2929 },
3030 "require-dev" : {
3131 "orchestra/testbench" : " *" ,
32- "orchestra/testbench-core" : " >=7 .0" ,
33- "phpunit/phpunit" : " >=9.5 " ,
32+ "orchestra/testbench-core" : " >=9 .0" ,
33+ "phpunit/phpunit" : " >=11.0 " ,
3434 "nilportugues/sql-query-formatter" : " ^1.2.2"
3535 },
3636 "extra" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3- <coverage >
2+ <phpunit backupGlobals =" false"
3+ bootstrap =" vendor/autoload.php"
4+ colors =" true"
5+ processIsolation =" false"
6+ stopOnFailure =" false"
7+ cacheDirectory =" .phpunit.cache"
8+ backupStaticProperties =" false" >
9+
10+ <source >
411 <include >
5- <directory suffix = " .php " > src</directory >
12+ <directory >./ src</directory >
613 </include >
7- </coverage >
14+ </source >
15+
16+ <coverage />
17+
818 <testsuites >
919 <testsuite name =" Package Test Suite" >
10- <directory suffix =" Test.php" >./tests/ </directory >
20+ <directory suffix =" Test.php" >./tests</directory >
1121 </testsuite >
1222 </testsuites >
1323</phpunit >
You can’t perform that action at this time.
0 commit comments