From fa93ee79c2199a5c86e9310ef574265c52d5d956 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Fri, 3 Nov 2023 15:45:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20=20--ignore-platform-re?= =?UTF-8?q?q=3Dphp+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run-grumphp-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-grumphp-test.yml b/.github/workflows/run-grumphp-test.yml index 1daf90b..075aad2 100644 --- a/.github/workflows/run-grumphp-test.yml +++ b/.github/workflows/run-grumphp-test.yml @@ -12,5 +12,5 @@ jobs: steps: - uses: actions/checkout@v4 - run: git config --global --add safe.directory /__w/grumphp-bom-task/grumphp-bom-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