Skip to content

Commit fa93ee7

Browse files
authored
🔥 remove --ignore-platform-req=php+
1 parent b09e8f6 commit fa93ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-grumphp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- run: git config --global --add safe.directory /__w/grumphp-bom-task/grumphp-bom-task
15-
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n --ignore-platform-req=php+
15+
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n
1616
- run: ./vendor/bin/grumphp run

0 commit comments

Comments
 (0)