Commit f467259 1 parent a0f8c9d commit f467259 Copy full SHA for f467259
File tree 4 files changed +16
-9
lines changed
4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 22
22
coverage : xdebug
23
23
24
24
- name : Install dependencies
25
- run : composer install --prefer-dist --no-progress
25
+ run : |
26
+ composer install --prefer-dist --no-progress
27
+ composer require --dev scrutinizer/ocular
26
28
27
29
- name : Test coverage
28
30
run : |
Original file line number Diff line number Diff line change 10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.1, 8.2, 8.3]
13
- laravel : [9.*, 10.*]
13
+ laravel : [9.*, 10.*, 11.* ]
14
14
stability : [prefer-stable]
15
15
include :
16
16
- laravel : 9.*
@@ -22,12 +22,19 @@ jobs:
22
22
testbench : 8.*
23
23
illuminate-contracts : 10.*
24
24
pestphp : 2.*
25
+ - laravel : 11.*
26
+ testbench : 9.*
27
+ illuminate-contracts : 11.*
28
+ pestphp : 2.*
29
+ exclude :
30
+ - laravel : 11.*
31
+ php : 8.1
25
32
26
33
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
27
34
28
35
steps :
29
36
- name : Checkout code
30
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
31
38
32
39
- name : Setup PHP
33
40
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
printf " \nRun PHPMD\n"
3
- # disabled for now @see: https://github.com/pdepend/pdepend/issues/695
4
- # ./vendor/bin/phpmd src/ text phpmd-ruleset.xml
3
+ ./vendor/bin/phpmd src/ text phpmd-ruleset.xml
5
4
6
5
printf " \nRun PHPStan\n"
7
6
composer analyse
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^8.1" ,
21
21
"guzzlehttp/guzzle" : " ^7.4" ,
22
- "illuminate/contracts" : " ^9.0|^10.0" ,
23
- "nunomaduro/termwind" : " ^1.10" ,
22
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0 " ,
23
+ "nunomaduro/termwind" : " ^1.10|^2.0 " ,
24
24
"spatie/laravel-package-tools" : " ^1.9.2"
25
25
},
26
26
"require-dev" : {
33
33
"phpstan/phpstan" : " ^1.8" ,
34
34
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
35
35
"phpstan/phpstan-phpunit" : " ^1.0" ,
36
- "scrutinizer/ocular" : " ^1.9" ,
37
36
"spatie/laravel-ray" : " ^1.26" ,
38
- "timacdonald/log-fake" : " ^2.0 "
37
+ "timacdonald/log-fake" : " ^2.2 "
39
38
},
40
39
"autoload" : {
41
40
"psr-4" : {
You can’t perform that action at this time.
0 commit comments