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:
Mazen Touati
2026-01-24 02:09:27 +01:00
committed by GitHub
parent 6cff0e9ebd
commit 562b02d207
3 changed files with 17 additions and 9 deletions

View File

@@ -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