Skip to content

Commit 9f944f7

Browse files
authored
ci(laravel): use ^12 on 4.2 (#7863)
1 parent 9362a3b commit 9f944f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,7 @@ jobs:
14011401
laravel new test-api-platform-install --pest --no-interaction
14021402
- name: Install api-platform/laravel
14031403
run: |
1404+
composer require laravel/framework:"^12.0" --no-update
14041405
composer global link ../src/Laravel --permanent
14051406
composer config minimum-stability dev
14061407
composer config prefer-stable true

0 commit comments

Comments
 (0)