fix: work around l12 breaking change (#43)
* fix: work around l12 breaking change * build: fix testing job to switch properly * build: provide proper versions that support laravel version switching these only to allow switching without problems. The main tooling chain will be using the latest versions.
This commit is contained in:
2
.github/workflows/php-tests.yml
vendored
2
.github/workflows/php-tests.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
if: needs.changes.outputs.php == 'true'
|
||||
run: |
|
||||
composer switch l:${{ matrix.laravel }} -- -- --no-interaction --no-progress --ansi
|
||||
composer switch:l${{ matrix.laravel }} -- -- --no-interaction --no-progress --ansi
|
||||
composer dump-autoload --optimize
|
||||
|
||||
- name: Execute tests with coverage
|
||||
|
||||
Reference in New Issue
Block a user