Skip to content

Commit

Permalink
Laravel 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBean committed Feb 13, 2025
1 parent 71f776d commit 86e86b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Install dependencies
run: |
composer config --no-plugins allow-plugins.pestphp/pest-plugin true
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" pestphp/pest --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit 86e86b5

Please sign in to comment.