Skip to content

Commit e036b5f

Browse files
committed
ci(laravel): use ^13 on 4.3
1 parent 0cb57b1 commit e036b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ jobs:
14691469
laravel new test-api-platform-install --pest --no-interaction
14701470
- name: Install api-platform/laravel
14711471
run: |
1472-
composer require laravel/framework:"^12.0" --no-update
1472+
composer require laravel/framework:"^13.0" --no-update
14731473
composer global link ../src/Laravel --permanent
14741474
composer config minimum-stability dev
14751475
composer config prefer-stable true

0 commit comments

Comments
 (0)