We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e6e52 commit 4c59d5dCopy full SHA for 4c59d5d
.github/workflows/php.yml
@@ -20,17 +20,17 @@ jobs:
20
cs:
21
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v2
22
with:
23
- php_versions: '["8.3"]'
+ php_versions: '["8.4"]'
24
25
psalm:
26
uses: bedita/github-workflows/.github/workflows/php-psalm.yml@v2
27
28
29
30
stan:
31
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v2
32
33
34
35
unit-5:
36
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2
0 commit comments