File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v3
10
10
- uses : shivammathur/setup-php@v2
11
11
with :
12
- php-version : 8.2
12
+ php-version : 8.3
13
13
coverage : none
14
14
- uses : ramsey/composer-install@v2
15
15
- id : set-php-versions
Original file line number Diff line number Diff line change 31
31
"phpunit/phpunit" : " ^9.5" ,
32
32
"roave/infection-static-analysis-plugin" : " ^1.19" ,
33
33
"roave/security-advisories" : " dev-latest" ,
34
- "vimeo/psalm" : " ^4.23 " ,
34
+ "vimeo/psalm" : " ^5.0 " ,
35
35
"phpstan/phpstan" : " ^1.7" ,
36
36
"phpstan/phpstan-phpunit" : " ^1.1" ,
37
37
"phparkitect/phparkitect" : " ^0.2.21"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ final class Configuration
12
12
private const PHP_VERSIONS = [
13
13
'8.1 ' ,
14
14
'8.2 ' ,
15
+ '8.3 ' ,
15
16
];
16
17
17
18
/** @var array<string, class-string<DevToolsCommand>>|null */
You can’t perform that action at this time.
0 commit comments