Skip to content

Commit

Permalink
🔥 remove --ignore-platform-req=php+ (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Nov 3, 2023
1 parent b68c5f6 commit 7f0c49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-grumphp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/checkout@v2
- run: git config --global --add safe.directory /__w/grumphp-config/grumphp-config
- run: |
composer install --no-progress --no-scripts -n --ignore-platform-req=php+ \
composer install --no-progress --no-scripts -n \
&& mv phpstan-baseline-without-typo3.neon phpstan-baseline.neon
if: ${{ ! matrix.typo3 }}
- run: composer req saschaegerer/phpstan-typo3 ssch/typo3-rector --no-progress --no-scripts -n --ignore-platform-req=php+
- run: composer req saschaegerer/phpstan-typo3 ssch/typo3-rector --no-progress --no-scripts -n
if: ${{ matrix.typo3 }}

- run: ./vendor/bin/grumphp run

0 comments on commit 7f0c49e

Please sign in to comment.