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 c4462fc commit c6a501eCopy full SHA for c6a501e
.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:[email protected]/cakephp?encoding=utf8'; fi
69
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export DB_URL='postgres://postgres:[email protected]/postgres'; fi
70
- if [[ ${{ matrix.php-version }} == '8.1' ]]; then
+ if [[ ${{ matrix.php-version }} == '8.2' ]]; then
71
export CODECOVERAGE=1 && vendor/bin/phpunit --display-incomplete --display-skipped --coverage-clover=coverage.xml
72
else
73
vendor/bin/phpunit
0 commit comments