@@ -40,14 +40,14 @@ jobs:
40
40
41
41
- name : " Run PHPUnit"
42
42
continue-on-error : true
43
- run : " vendor/bin/phpunit -c ci/github/phpunit/sqlite.xml --coverage-clover=coverage-no-cache.xml"
43
+ run : " vendor/bin/phpunit -c ci/github/phpunit/sqlite.xml --coverage-clover=coverage-no-cache.xml --exclude-group performance,locking_functional,dbal2 "
44
44
env :
45
45
ENABLE_SECOND_LEVEL_CACHE : 0
46
46
47
47
- name : " Run PHPUnit with Second Level Cache"
48
48
id : " phpunit-run-slc"
49
49
continue-on-error : true
50
- run : " vendor/bin/phpunit -c ci/github/phpunit/sqlite.xml --exclude-group performance,non-cacheable,locking_functional --coverage-clover=coverage-cache.xml"
50
+ run : " vendor/bin/phpunit -c ci/github/phpunit/sqlite.xml --exclude-group performance,non-cacheable,locking_functional,dbal2 --coverage-clover=coverage-cache.xml"
51
51
env :
52
52
ENABLE_SECOND_LEVEL_CACHE : 1
53
53
93
93
ENABLE_SECOND_LEVEL_CACHE : 0
94
94
95
95
- name : " Run PHPUnit with Second Level Cache"
96
- run : " vendor/bin/phpunit -c ci/github/phpunit/sqlite.xml --exclude-group performance,non-cacheable,locking_functional --coverage-clover=coverage-cache.xml"
96
+ run : " vendor/bin/phpunit -c ci/github/phpunit/sqlite.xml --exclude-group performance,non-cacheable,locking_functional,dbal3 --coverage-clover=coverage-cache.xml"
97
97
env :
98
98
ENABLE_SECOND_LEVEL_CACHE : 1
99
99
@@ -261,7 +261,7 @@ jobs:
261
261
ENABLE_SECOND_LEVEL_CACHE : 0
262
262
263
263
- name : " Run PHPUnit with Second Level Cache"
264
- run : " vendor/bin/phpunit -c ci/github/phpunit/${{ matrix.extension }}.xml --exclude-group performance,non-cacheable,locking_functional --coverage-clover=coverage-no-cache.xml"
264
+ run : " vendor/bin/phpunit -c ci/github/phpunit/${{ matrix.extension }}.xml --exclude-group performance,non-cacheable,locking_functional,dbal3 --coverage-clover=coverage-no-cache.xml"
265
265
env :
266
266
ENABLE_SECOND_LEVEL_CACHE : 1
267
267
0 commit comments