diff --git a/.github/workflows/run-tests-L7.yml b/.github/workflows/run-tests-L7.yml
index be6886f..99837ae 100644
--- a/.github/workflows/run-tests-L7.yml
+++ b/.github/workflows/run-tests-L7.yml
@@ -15,6 +15,7 @@ jobs:
include:
- laravel: 7.*
testbench: 5.*
+ dbal: ^2.10
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
@@ -37,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "doctrine/dbal:${{ matrix.dbal }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute tests
diff --git a/phpunit.xml b/phpunit.xml
index f82aa76..b1e26d9 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,26 +1,23 @@
-
-
-
-
- tests
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- src/
-
-
-
\ No newline at end of file
+
+
+
+ src/
+
+
+
+
+ tests
+
+
+
+
+
+
+
+
+
+
+
+
+