Changeset 60277 for trunk/.github/workflows/install-testing.yml
- Timestamp:
- 06/05/2025 07:53:20 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/install-testing.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/install-testing.yml
r60080 r60277 93 93 # Only test the latest innovation release. 94 94 - db-version: '9.0' 95 - db-version: '9.1' 96 - db-version: '9.2' 95 97 # MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218. 96 98 - php: '7.2' 97 db-version: '9. 1'99 db-version: '9.3' 98 100 - php: '7.3' 99 db-version: '9. 1'101 db-version: '9.3' 100 102 101 103 services:
Note: See TracChangeset
for help on using the changeset viewer.