Changeset 57985 for trunk/.github/workflows
- Timestamp:
- 04/11/2024 09:09:49 PM (5 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r57379 r57985 46 46 matrix: 47 47 os: [ ubuntu-latest ] 48 php: [ '7. 0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]48 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] 49 49 db-type: [ 'mysql' ] 50 50 db-version: [ '5.7', '8.0', '8.1', '8.2', '8.3' ] … … 98 98 matrix: 99 99 os: [ ubuntu-latest ] 100 php: [ '7. 0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]100 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] 101 101 db-type: [ 'mariadb' ] 102 102 db-version: [ '10.4', '10.6', '10.11', '11.2' ] -
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.