File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525jobs :
2626 run-test :
27+ name : Phar ${{ matrix.use-phar }} | WP ${{ matrix.wp }} | PHP ${{ matrix.php }} | ${{ matrix.dbtype == 'sqlite' && 'SQLite' || matrix.dbtype == 'mysql' && 'MySQL' || 'MariaDB' }}${{ matrix.object_cache == 'sqlite' && '(Obj Cache)' || '' }}
2728 runs-on : ubuntu-22.04
28-
2929 continue-on-error : ${{ inputs.dbtype == 'sqlite' || inputs.object_cache == 'sqlite' }}
3030
3131 env :
Original file line number Diff line number Diff line change 1313jobs :
1414
1515 functional :
16- name : ${{ matrix.test-package }} / Phar ${{ matrix.use-phar }} / WP ${{ matrix.wp }} / PHP ${{ matrix.php }} / ${{ matrix.dbtype == 'sqlite' && 'SQLite' || 'MySQL' }}${{ matrix.object_cache == 'sqlite' && ' + Cache' || '' }}
16+ name : ${{ matrix.test-package }}
1717 strategy :
1818 fail-fast : false
1919 matrix :
You can’t perform that action at this time.
0 commit comments