Skip to content

Commit

Permalink
Downgrade pest on l9
Browse files Browse the repository at this point in the history
  • Loading branch information
cannycookie committed Jul 10, 2023
1 parent cbe8811 commit aef1e32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
include:
- laravel: 10.*
testbench: 8.*
pest: 2.*
- laravel: 9.*
testbench: 7.*
pest: 1.*
exclude:
- laravel: 10.*
php: 8.0
Expand All @@ -36,7 +38,8 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:>=2.62.1" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "nesbot/carbon:>=2.62.1"
--no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Setup Problem Matches
Expand Down

0 comments on commit aef1e32

Please sign in to comment.