Skip to content

Commit

Permalink
fix pest
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik committed Dec 11, 2023
1 parent 71886e0 commit 17b499d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
- laravel: 10.*
php: 8.2
testbench: ^8.0
pest: ^1.0
monolog: ^3.0
stability: prefer-stable
- laravel: 9.*
php: 8.1
testbench: ^7.0
pest: ^1.0
monolog: ^2.0
stability: prefer-stable
name: Laravel ${{ matrix.laravel }} with PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand All @@ -35,6 +37,8 @@ jobs:
"laravel/framework:${{ matrix.laravel }}" \
"orchestra/testbench:${{ matrix.testbench }}" \
"monolog/monolog:${{ matrix.monolog }}" \
"pestphp/pest:${{ matrix.pest }}" \
"pestphp/pest-plugin-laravel:${{ matrix.pest }}" \
--no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit 17b499d

Please sign in to comment.