File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php-version : ['8.1', '8.2']
16+ php-version : ['8.1', '8.2', '8.3', '8.4' ]
1717 db-type : [sqlite, mysql, pgsql]
1818 prefer-lowest : ['']
1919
6767 if [[ ${{ matrix.db-type }} == 'sqlite' ]]; then export DB_URL='sqlite:///:memory:'; fi
6868 if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:root@127.0.0.1/cakephp?encoding=utf8'; fi
6969 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 ' ]]; then
70+ if [[ ${{ matrix.php-version }} == '8.3 ' ]]; then
7171 export CODECOVERAGE=1 && vendor/bin/phpunit --coverage-clover=coverage.xml
7272 else
7373 vendor/bin/phpunit
Original file line number Diff line number Diff line change 99pmip
1010webroot /coverage
1111.php_cs.cache
12+ .phpunit.result.cache
You can’t perform that action at this time.
0 commit comments