Skip to content

Commit 86e86b5

Browse files
committed
Laravel 12 support
1 parent 71f776d commit 86e86b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34+
composer config --no-plugins allow-plugins.pestphp/pest-plugin true
3435
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" pestphp/pest --no-interaction --no-update
3536
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3637
- name: Execute tests

0 commit comments

Comments
 (0)