File tree 3 files changed +14
-9
lines changed
3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- php-version : [ '8.1', '8.2 ' ]
21
+ php-version : [ '8.1', '8.3 ' ]
22
22
dependencies : ['highest']
23
23
include :
24
24
- php-version : ' 8.1'
25
25
dependencies : ' lowest'
26
- - php-version : ' 8.2 '
26
+ - php-version : ' 8.3 '
27
27
dependencies : ' highest'
28
28
29
29
steps :
@@ -78,12 +78,12 @@ jobs:
78
78
79
79
- name : Run phpcs
80
80
if : always()
81
- run : vendor/bin/phpcs --report=checkstyle src/ tests/ | cs2pr
81
+ run : vendor/bin/phpcs --report=checkstyle | cs2pr
82
82
83
83
- name : Run psalm
84
84
if : always()
85
85
run : tools/psalm --output-format=github
86
86
87
87
- name : Run phpstan
88
88
if : always()
89
- run : tools/phpstan analyse --error-format=github
89
+ run : tools/phpstan analyse --error-format=github
Original file line number Diff line number Diff line change 19
19
},
20
20
"scripts" : {
21
21
"test" : " phpunit" ,
22
- "cs-check" : " phpcs --colors -p src/ tests/ " ,
23
- "cs-fix" : " phpcbf --colors -p src/ tests/ " ,
22
+ "cs-check" : " phpcs --colors -p" ,
23
+ "cs-fix" : " phpcbf --colors -p" ,
24
24
"phpstan" : " tools/phpstan analyse" ,
25
25
"psalm" : " tools/psalm --show-info=false" ,
26
26
"stan" : [
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<ruleset name =" CakePHP Sentry" >
3
- <config name =" installed_paths" value =" ../../cakephp/cakephp-codesniffer" />
3
+ <config name =" installed_paths" value =" ../../cakephp/cakephp-codesniffer" />
4
4
5
- <rule ref =" CakePHP" />
6
- <exclude-pattern >/tests/test_app/*</exclude-pattern >
5
+ <file >config/</file >
6
+ <file >src/</file >
7
+ <file >tests/</file >
8
+
9
+ <exclude-pattern >/tests/test_app/*</exclude-pattern >
10
+
11
+ <rule ref =" CakePHP" />
7
12
</ruleset >
You can’t perform that action at this time.
0 commit comments