File tree 4 files changed +11
-22
lines changed
4 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : ' 8.0 '
19
+ php-version : ' 8.1 '
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest, windows-latest]
12
- php : [8.0, 8. 1]
13
- laravel : [^9 .0]
12
+ php : [8.1]
13
+ laravel : [^10 .0]
14
14
stability : [prefer-stable]
15
15
include :
16
- - laravel : ^9 .0
17
- testbench : ^7 .0
16
+ - laravel : ^10 .0
17
+ testbench : ^8 .0
18
18
19
19
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
20
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " ^8.0" ,
21
- "illuminate/support" : " ^9.0" ,
20
+ "php" : " ^8.0|^8.1 " ,
21
+ "illuminate/support" : " ^9.0|^10.0 " ,
22
22
"opis/closure" : " ^3.6"
23
23
},
24
24
"require-dev" : {
25
- "brianium/paratest" : " ^6.2" ,
26
- "nunomaduro/collision" : " ^6 .0" ,
25
+ "brianium/paratest" : " ^6.2|^7.0.6 " ,
26
+ "nunomaduro/collision" : " ^5.3|^6.1|^7 .0" ,
27
27
"nunomaduro/larastan" : " ^2.0" ,
28
- "orchestra/testbench" : " ^7 .0" ,
28
+ "orchestra/testbench" : " ^8 .0" ,
29
29
"phpstan/extension-installer" : " ^1.1" ,
30
- "phpunit/phpunit" : " ^9.5 " ,
30
+ "phpunit/phpunit" : " ^10.0 " ,
31
31
"spatie/laravel-ray" : " ^1.9" ,
32
32
"spatie/test-time" : " ^1.2"
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
3
backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
4
colors =" true"
6
- verbose =" true"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
- processIsolation =" false"
11
5
stopOnFailure =" false" >
12
6
<testsuites >
13
7
<testsuite name =" BinarCode Test Suite" >
14
8
<directory >tests</directory >
15
9
</testsuite >
16
10
</testsuites >
17
- <filter >
18
- <whitelist >
19
- <directory suffix =" .php" >src/</directory >
20
- </whitelist >
21
- </filter >
22
11
</phpunit >
You can’t perform that action at this time.
0 commit comments