Skip to content

Commit

Permalink
chore: update workflows for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Mar 17, 2024
1 parent 178cf9a commit adf3347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ 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: Remove static analysis packages to prevent platform issues
run: composer remove --dev --no-update ergebnis/composer-normalize laravel/pint larastan/larastan

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

- name: Run tests
Expand Down

0 comments on commit adf3347

Please sign in to comment.