Skip to content

Commit

Permalink
Revert commit
Browse files Browse the repository at this point in the history
Revert the previous commit da4da2b
  • Loading branch information
srmklive authored Jul 20, 2023
1 parent da4da2b commit 270da9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ jobs:
- name: Install Composer dependencies
env:
PHP_VERSION: ${{ matrix.php-versions }}
run: composer install --no-progress --prefer-dist --optimize-autoloader $(if [ "$PHP_VERSION" == "8.0" || "$PHP_VERSION" == "8.1" ]; then echo "--ignore-platform-reqs"; fi;)
- name: Run PHPStan Build
env:
PHP_VERSION: ${{ matrix.php-versions }}
run: vendor/bin/phpstan
run: composer install --no-progress --prefer-dist --optimize-autoloader $(if [ "$PHP_VERSION" == "8.0" || "$PHP_VERSION" == "8.1" ]; then echo "--ignore-platform-reqs"; fi;)
- name: Run tests with code coverage
env:
PHP_VERSION: ${{ matrix.php-versions }}
Expand Down

0 comments on commit 270da9b

Please sign in to comment.