Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed May 13, 2024
1 parent 1e3224a commit 0dad4a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ jobs:
- name: Install dependencies
run: composer require --dev laravel/framework:^${{ matrix.laravel }}

- name: Install Doctrine
if: matrix.laravel == '10.0'
run: composer require doctrine/dbal

- name: Execute tests
run: sudo vendor/bin/phpunit

0 comments on commit 0dad4a0

Please sign in to comment.