Changeset 61736 for branches/6.7/.github/workflows/phpunit-tests.yml
- Timestamp:
- 02/25/2026 04:44:03 PM (2 months ago)
- File:
-
- 1 edited
-
branches/6.7/.github/workflows/phpunit-tests.yml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7/.github/workflows/phpunit-tests.yml
r59310 r61736 46 46 matrix: 47 47 os: [ ubuntu-latest ] 48 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 48 # Test highest and lowest supported version of each major. 49 php: [ '7.2', '7.4', '8.0', '8.4' ] 49 50 db-type: [ 'mysql' ] 50 51 db-version: [ '5.7', '8.0', '8.4' ] … … 117 118 matrix: 118 119 os: [ ubuntu-latest ] 119 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 120 # Test highest and lowest supported version of each major. 121 php: [ '7.2', '7.4', '8.0', '8.4' ] 120 122 db-type: [ 'mariadb' ] 121 db-version: [ '10. 4', '10.6', '10.11', '11.2' ]123 db-version: [ '10.6', '10.11' ] 122 124 multisite: [ false, true ] 123 125 memcached: [ false ] … … 128 130 php: '7.4' 129 131 db-type: 'mariadb' 130 db-version: '1 1.2'132 db-version: '10.11' 131 133 multisite: false 132 134 memcached: true … … 134 136 php: '7.4' 135 137 db-type: 'mariadb' 136 db-version: '1 1.2'138 db-version: '10.11' 137 139 multisite: true 138 140 memcached: true
Note: See TracChangeset
for help on using the changeset viewer.