Changeset 57985 for trunk/.github/workflows/upgrade-testing.yml
- Timestamp:
- 04/11/2024 09:09:49 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/upgrade-testing.yml
r57915 r57985 44 44 matrix: 45 45 os: [ 'ubuntu-latest' ] 46 php: [ '7. 0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]46 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] 47 47 db-type: [ 'mysql' ] 48 48 db-version: [ '5.7', '8.0' ] … … 67 67 matrix: 68 68 os: [ 'ubuntu-latest' ] 69 php: [ '7. 0', '7.1', '7.2', '7.3', '7.4' ]69 php: [ '7.2', '7.3', '7.4' ] 70 70 db-type: [ 'mysql' ] 71 71 db-version: [ '5.7', '8.0' ] … … 117 117 matrix: 118 118 os: [ 'ubuntu-latest' ] 119 php: [ '7. 0', '7.1', '7.2', '7.3', '7.4' ]119 php: [ '7.2', '7.3', '7.4' ] 120 120 db-type: [ 'mysql' ] 121 121 db-version: [ '5.7', '8.0' ]
Note: See TracChangeset
for help on using the changeset viewer.