Changeset 59720 for trunk/.github/workflows/upgrade-testing.yml
- Timestamp:
- 01/28/2025 02:00:16 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/upgrade-testing.yml (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/upgrade-testing.yml
r59687 r59720 63 63 fail-fast: false 64 64 matrix: 65 os: [ 'ubuntu- latest' ]65 os: [ 'ubuntu-24.04' ] 66 66 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 67 67 db-type: [ 'mysql' ] … … 98 98 fail-fast: false 99 99 matrix: 100 os: [ 'ubuntu- latest' ]100 os: [ 'ubuntu-24.04' ] 101 101 php: [ '7.2', '7.4', '8.0', '8.4' ] 102 102 db-type: [ 'mysql' ] … … 126 126 fail-fast: false 127 127 matrix: 128 os: [ 'ubuntu- latest' ]128 os: [ 'ubuntu-24.04' ] 129 129 php: [ '7.2', '7.4' ] 130 130 db-type: [ 'mysql' ] … … 158 158 fail-fast: false 159 159 matrix: 160 os: [ 'ubuntu- latest' ]160 os: [ 'ubuntu-24.04' ] 161 161 php: [ '8.0', '8.4' ] 162 162 db-type: [ 'mysql' ] … … 183 183 fail-fast: false 184 184 matrix: 185 os: [ 'ubuntu- latest' ]185 os: [ 'ubuntu-24.04' ] 186 186 php: [ '7.2', '7.4' ] 187 187 db-type: [ 'mysql' ] … … 217 217 fail-fast: false 218 218 matrix: 219 os: [ 'ubuntu- latest' ]219 os: [ 'ubuntu-24.04' ] 220 220 php: [ '8.0', '8.4' ] 221 221 db-type: [ 'mysql' ] … … 241 241 fail-fast: false 242 242 matrix: 243 os: [ 'ubuntu- latest' ]243 os: [ 'ubuntu-24.04' ] 244 244 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 245 245 db-type: [ 'mysql' ] … … 286 286 failed-workflow: 287 287 name: Failed workflow tasks 288 runs-on: ubuntu- latest288 runs-on: ubuntu-24.04 289 289 permissions: 290 290 actions: write
Note: See TracChangeset
for help on using the changeset viewer.