File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
strategy :
7
7
matrix :
8
- php-versions : ['8.2', '8.3']
8
+ php-versions : ['8.2', '8.3', '8.4' ]
9
9
steps :
10
10
- uses : actions/checkout@v4
11
11
- uses : " shivammathur/setup-php@v2"
23
23
runs-on : ubuntu-latest
24
24
strategy :
25
25
matrix :
26
- php-versions : ['8.2', '8.3']
26
+ php-versions : ['8.2', '8.3', '8.4' ]
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- uses : " shivammathur/setup-php@v2"
41
41
runs-on : ubuntu-latest
42
42
strategy :
43
43
matrix :
44
- php-versions : ['8.2', '8.3']
44
+ php-versions : ['8.2', '8.3', '8.4' ]
45
45
dependency-versions : ['highest', 'lowest']
46
46
steps :
47
47
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
"require" : {
7
7
"php" : " ^8.2" ,
8
8
"dealerdirect/phpcodesniffer-composer-installer" : " ^1.0.0" ,
9
- "drupal/coder" : " ^8.3.24 " ,
9
+ "drupal/coder" : " ^8.3.26 " ,
10
10
"slevomat/coding-standard" : " ^8.15.0" ,
11
- "squizlabs/php_codesniffer" : " ^3.10 .1"
11
+ "squizlabs/php_codesniffer" : " ^3.11 .1"
12
12
},
13
13
"require-dev" : {
14
- "phpstan/extension-installer" : " ^1.3.1 " ,
15
- "phpstan/phpstan" : " ^1.11 .3" ,
16
- "phpstan/phpstan-deprecation-rules" : " ^1. 2.0" ,
17
- "phpstan/phpstan-strict-rules" : " ^1.6.0 " ,
18
- "phpunit/phpunit" : " ^11"
14
+ "phpstan/extension-installer" : " ^1.4.3 " ,
15
+ "phpstan/phpstan" : " ^2.0 .3" ,
16
+ "phpstan/phpstan-deprecation-rules" : " ^2.0.1 " ,
17
+ "phpstan/phpstan-strict-rules" : " ^2 " ,
18
+ "phpunit/phpunit" : " ^11.5 "
19
19
},
20
20
"license" : " MIT" ,
21
21
"autoload" : {
You can’t perform that action at this time.
0 commit comments