File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 db-type : [mysql, pgsql, sqlite]
2222 prefer-lowest : ['']
2323 include :
24+ - php-version : ' 8.2'
25+ db-type : ' sqlite'
2426 - php-version : ' 8.1'
2527 db-type : ' sqlite'
2628 - php-version : ' 7.4'
6971 run : |
7072 if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then
7173 composer update --prefer-lowest --prefer-stable
72- elif ${{ matrix.php-version == '8.1' }}; then
73- composer update --ignore-platform-reqs
7474 else
7575 composer update
7676 fi
@@ -86,14 +86,14 @@ jobs:
8686 if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then
8787 export DB_URL='postgres://postgres:[email protected] /postgres' 8888 fi
89- if [[ ${{ matrix.php-version }} == '7.4 ' && ${{ matrix.db-type }} == 'mysql' ]]; then
89+ if [[ ${{ matrix.php-version }} == '8.1 ' && ${{ matrix.db-type }} == 'mysql' ]]; then
9090 vendor/bin/phpunit --coverage-clover=coverage.xml
9191 else
9292 vendor/bin/phpunit
9393 fi
9494
9595 - name : Code Coverage Report
96- if : success() && matrix.php-version == '7.4 ' && matrix.db-type == 'mysql'
96+ if : success() && matrix.php-version == '8.1 ' && matrix.db-type == 'mysql'
9797 uses : codecov/codecov-action@v3
9898
9999 cs-stan :
You can’t perform that action at this time.
0 commit comments