Skip to content

Commit 4c59d5d

Browse files
committed
feat: php 8.4
1 parent 48e6e52 commit 4c59d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
cs:
2121
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v2
2222
with:
23-
php_versions: '["8.3"]'
23+
php_versions: '["8.4"]'
2424

2525
psalm:
2626
uses: bedita/github-workflows/.github/workflows/php-psalm.yml@v2
2727
with:
28-
php_versions: '["8.3"]'
28+
php_versions: '["8.4"]'
2929

3030
stan:
3131
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v2
3232
with:
33-
php_versions: '["8.3"]'
33+
php_versions: '["8.4"]'
3434

3535
unit-5:
3636
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2

0 commit comments

Comments
 (0)