Skip to content

Commit

Permalink
🔥 remove --ignore-platform-req=php+
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Nov 3, 2023
1 parent f5bbade commit 9fa95c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-grumphp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory /__w/grumphp-xliff-task/grumphp-xliff-task
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n --ignore-platform-req=php+
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n
- run: ./vendor/bin/grumphp run

0 comments on commit 9fa95c9

Please sign in to comment.