Changeset 61803
- Timestamp:
- 03/03/2026 09:57:16 PM (32 hours ago)
- Location:
- branches/6.4/.github/workflows
- Files:
-
- 7 deleted
- 1 edited
-
failed-workflow.yml (deleted)
-
install-testing.yml (deleted)
-
performance.yml (deleted)
-
phpunit-tests.yml (modified) (4 diffs)
-
slack-notifications.yml (deleted)
-
test-and-zip-default-themes.yml (deleted)
-
test-coverage.yml (deleted)
-
test-old-branches.yml (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4/.github/workflows/phpunit-tests.yml
r58648 r61803 45 45 matrix: 46 46 os: [ ubuntu-latest ] 47 php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] 47 # Test highest and lowest supported version of each major. 48 php: [ '7.0', '7.4', '8.0', '8.3' ] 48 49 db-type: [ 'mysql' ] 49 50 db-version: [ '5.7', '8.0' ] … … 97 98 matrix: 98 99 os: [ ubuntu-latest ] 99 php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] 100 # Test highest and lowest supported version of each major. 101 php: [ '7.0', '7.4', '8.0', '8.3' ] 100 102 db-type: [ 'mariadb' ] 101 db-version: [ '10.4', '10. 6', '10.11', '11.0' ]103 db-version: [ '10.4', '10.' ] 102 104 multisite: [ false, true ] 103 105 memcached: [ false ] … … 108 110 php: '7.4' 109 111 db-type: 'mariadb' 110 db-version: '1 1.0'112 db-version: '1' 111 113 multisite: false 112 114 memcached: true … … 114 116 php: '7.4' 115 117 db-type: 'mariadb' 116 db-version: '1 1.0'118 db-version: '1' 117 119 multisite: true 118 120 memcached: true
Note: See TracChangeset
for help on using the changeset viewer.