We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phpunit.yml
1 parent 1e3224a commit 0dad4a0Copy full SHA for 0dad4a0
.github/workflows/phpunit.yml
@@ -28,5 +28,9 @@ jobs:
28
- name: Install dependencies
29
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
30
31
+ - name: Install Doctrine
32
+ if: matrix.laravel == '10.0'
33
+ run: composer require doctrine/dbal
34
+
35
- name: Execute tests
36
run: sudo vendor/bin/phpunit
0 commit comments