Commit 056b306 1 parent 48e6e52 commit 056b306 Copy full SHA for 056b306
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
20
20
cs :
21
21
uses : bedita/github-workflows/.github/workflows/php-cs.yml@v2
22
22
with :
23
- php_versions : ' ["8.3 "]'
23
+ php_versions : ' ["8.4 "]'
24
24
25
25
psalm :
26
26
uses : bedita/github-workflows/.github/workflows/php-psalm.yml@v2
27
27
with :
28
- php_versions : ' ["8.3 "]'
28
+ php_versions : ' ["8.4 "]'
29
29
30
30
stan :
31
31
uses : bedita/github-workflows/.github/workflows/php-stan.yml@v2
32
32
with :
33
- php_versions : ' ["8.3 "]'
33
+ php_versions : ' ["8.4 "]'
34
34
35
35
unit-5 :
36
36
uses : bedita/github-workflows/.github/workflows/php-unit.yml@v2
Original file line number Diff line number Diff line change 30
30
"phpstan/phpstan" : " ^1.12" ,
31
31
"phpunit/phpunit" : " ^10.5.5 || ^11.1.3" ,
32
32
"psy/psysh" : " @stable" ,
33
- "vimeo/psalm" : " ^5.18 "
33
+ "vimeo/psalm" : " ^6.8 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments