Skip to content

Commit e77f7c1

Browse files
committed
fix: remove php 8.4
1 parent cf69d2b commit e77f7c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

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

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

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

3535
unit-5:
3636
uses: bedita/github-workflows/.github/workflows/php-unit.yml@v2
3737
with:
38-
php_versions: '["8.3","8.4"]'
38+
php_versions: '["8.3"]'
3939
bedita_version: '5'
4040
coverage_min_percentage: 99

0 commit comments

Comments
 (0)