Changeset 56498
- Timestamp:
- 08/31/2023 10:15:42 AM (19 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests-run.yml
r56440 r56498 166 166 # __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist. 167 167 - name: Run (Xdebug) tests 168 if: ${{ inputs.php != '8.3' }} 168 169 run: LOCAL_PHP_XDEBUG=true node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit -v --group xdebug --exclude-group __fakegroup__ 169 170 -
trunk/.github/workflows/phpunit-tests.yml
r56443 r56498 46 46 matrix: 47 47 os: [ ubuntu-latest ] 48 php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]48 php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] 49 49 db-type: [ 'mysql' ] 50 50 db-version: [ '5.7', '8.0' ] … … 98 98 matrix: 99 99 os: [ ubuntu-latest ] 100 php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]100 php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] 101 101 db-type: [ 'mariadb' ] 102 102 db-version: [ '10.4', '10.6', '10.11', '11.0' ]
Note: See TracChangeset
for help on using the changeset viewer.