Changeset 60346
- Timestamp:
- 06/24/2025 11:55:04 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r60318 r60346 130 130 # 131 131 # All LTS versions of MariaDB supported by WordPress with greater than 1% usage according to w.org/stats should be 132 # tested. The exception to this rule is version 5.5. That release was intended as a drop-in replacement for MySQL. 133 # Because the MySQL 5.5 Docker containers do not work, this ensures some level of MySQL 5.5 testing. 132 # tested. The exceptions to this rule are the most recent LTS and version 5.5. 133 # 134 # The 5.5 release was intended as a drop-in replacement for MySQL. Because the MySQL 5.5 Docker containers do not 135 # work, this ensures some level of MySQL 5.5 testing. 134 136 # 135 137 test-with-mariadb: … … 146 148 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 147 149 db-type: [ 'mariadb' ] 148 db-version: [ '5.5', '10.3', '10.4', '10.5', '10.6', '10.11', '11.4' ]150 db-version: [ '5.5', '10.3', '10.4', '10.5', '10.6', '10.11', '11.4', '11.8' ] 149 151 multisite: [ false, true ] 150 152 memcached: [ false ] … … 155 157 php: '8.3' 156 158 db-type: 'mariadb' 157 db-version: '11. 4'159 db-version: '11.8' 158 160 multisite: false 159 161 memcached: true … … 161 163 php: '8.3' 162 164 db-type: 'mariadb' 163 db-version: '11. 4'165 db-version: '11.8' 164 166 multisite: true 165 167 memcached: true
Note: See TracChangeset for help on using the changeset viewer.