Skip to content

Commit d22508e

Browse files
Remove 8.3.99
1 parent 95eff30 commit d22508e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- name: "Validate Composer"
4444
run: "composer validate"
4545

46-
- name: "Allow installing on PHP 8.4"
47-
if: matrix.php-version == '8.4'
48-
run: "composer config platform.php 8.3.99"
49-
5046
- name: "Install dependencies"
5147
run: "composer install --no-interaction --no-progress"
5248

0 commit comments

Comments
 (0)