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.
1 parent 8191725 commit 7cb72beCopy full SHA for 7cb72be
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
if [[ ${{ matrix.db-type }} == 'sqlite' ]]; then export DB_URL='sqlite:///:memory:'; fi
68
if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:root@127.0.0.1/cakephp'; fi
69
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export DB_URL='postgres://postgres:postgres@127.0.0.1/postgres'; fi
70
- if [[ ${{ matrix.php-version }} == '8.1' && ${{ matrix.db-type }} == 'sqlite' ]]; then
+ if [[ ${{ matrix.php-version }} == '8.1' ]]; then
71
vendor/bin/phpunit --coverage-clover=coverage.xml
72
else
73
vendor/bin/phpunit
0 commit comments