We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04575d7 + 9f944f7 commit 0cb57b1Copy full SHA for 0cb57b1
.github/workflows/ci.yml
@@ -1469,6 +1469,7 @@ jobs:
1469
laravel new test-api-platform-install --pest --no-interaction
1470
- name: Install api-platform/laravel
1471
run: |
1472
+ composer require laravel/framework:"^12.0" --no-update
1473
composer global link ../src/Laravel --permanent
1474
composer config minimum-stability dev
1475
composer config prefer-stable true
0 commit comments