File tree 4 files changed +14
-33
lines changed
4 files changed +14
-33
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.2, 8.1]
12
- laravel : [10.*, 9.* ]
11
+ php : [8.3, 8. 2, 8.1]
12
+ laravel : [10.*]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
15
15
- laravel : 10.*
16
16
testbench : 8.*
17
- - laravel : 9.*
18
- testbench : 7.*
19
17
20
18
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
19
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ It's the *magic* of Inertia.js with the *simplicity* of Blade. [Splade](https://
18
18
19
19
## Requirements
20
20
21
- * PHP 8.0 +
22
- * Laravel 9 .0
21
+ * PHP 8.1 +
22
+ * Laravel 10 .0
23
23
24
24
## Installation
25
25
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1 || ^8.2" ,
20
- "illuminate/support" : " ^9.0 || ^10.0"
19
+ "php" : " ^8.1 || ^8.2 || ^8.3 " ,
20
+ "illuminate/support" : " ^10.0"
21
21
},
22
22
"require-dev" : {
23
23
"html2text/html2text" : " ^4.3" ,
24
24
"jeremykendall/php-domain-parser" : " ^6.0" ,
25
- "laravel/ui" : " ^3.0|^ 4.0" ,
25
+ "laravel/ui" : " ^4.0" ,
26
26
"mockery/mockery" : " ^1.4.4" ,
27
27
"moneyphp/money" : " ^3.3" ,
28
28
"nesbot/carbon" : " ^2.66" ,
29
- "orchestra/testbench" : " ^7.0 || ^8.0" ,
30
- "phpunit/phpunit" : " ^9.5 " ,
29
+ "orchestra/testbench" : " ^8.0" ,
30
+ "phpunit/phpunit" : " ^10.4 " ,
31
31
"spatie/laravel-sitemap" : " ^6.0" ,
32
32
"symfony/process" : " ^6.0"
33
33
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit bootstrap =" vendor/autoload.php"
3
- backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
- colors =" true"
6
- verbose =" true"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
- processIsolation =" false"
11
- stopOnFailure =" false" >
3
+ backupGlobals =" false"
4
+ colors =" true"
5
+ processIsolation =" false"
6
+ stopOnFailure =" false" >
12
7
<testsuites >
13
8
<testsuite name =" Test Suite" >
14
9
<directory >tests</directory >
15
10
</testsuite >
16
11
</testsuites >
17
- <filter >
18
- <whitelist >
19
- <directory suffix =" .php" >src/</directory >
20
- </whitelist >
21
- </filter >
22
- <logging >
23
- <log type =" tap" target =" build/report.tap" />
24
- <log type =" junit" target =" build/report.junit.xml" />
25
- <log type =" coverage-html" target =" build/coverage" charset =" UTF-8" yui =" true" highlight =" true" />
26
- <log type =" coverage-text" target =" build/coverage.txt" />
27
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
28
- </logging >
29
- </phpunit >
12
+ </phpunit >
You can’t perform that action at this time.
0 commit comments