Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Nov 14, 2023
1 parent c487902 commit db928b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
key: ${{ runner.os }}-composer-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-laravel-

- name: Remove ergebnis/composer-normalize, laravel/pint and phpstan/phpstan to prevent platform issue
run: composer remove --dev --no-update ergebnis/composer-normalize laravel/pint phpstan/phpstan

- name: Install dependencies
run: composer update --with illuminate/support:~${{ matrix.laravel }} --no-progress --no-interaction

Expand Down

0 comments on commit db928b5

Please sign in to comment.