Changeset 59720 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 01/28/2025 02:00:16 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r59687 r59720 45 45 fail-fast: false 46 46 matrix: 47 os: [ ubuntu- latest]47 os: [ ubuntu-24.04 ] 48 48 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 49 49 db-type: [ 'mysql' ] … … 55 55 include: 56 56 # Include jobs that test with memcached. 57 - os: ubuntu- latest57 - os: ubuntu-24.04 58 58 php: '8.3' 59 59 db-type: 'mysql' … … 62 62 multisite: false 63 63 memcached: true 64 - os: ubuntu- latest64 - os: ubuntu-24.04 65 65 php: '8.3' 66 66 db-type: 'mysql' … … 70 70 memcached: true 71 71 # Include jobs with a port on the test domain for both single and multisite. 72 - os: ubuntu- latest72 - os: ubuntu-24.04 73 73 php: '8.4' 74 74 db-type: 'mysql' … … 77 77 multisite: false 78 78 memcached: false 79 - os: ubuntu- latest79 - os: ubuntu-24.04 80 80 php: '8.4' 81 81 db-type: 'mysql' … … 85 85 memcached: false 86 86 # Report test results to the Host Test Results. 87 - os: ubuntu- latest87 - os: ubuntu-24.04 88 88 db-type: 'mysql' 89 89 db-version: '8.4' … … 116 116 fail-fast: false 117 117 matrix: 118 os: [ ubuntu- latest]118 os: [ ubuntu-24.04 ] 119 119 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 120 120 db-type: [ 'mariadb' ] … … 125 125 include: 126 126 # Include jobs that test with memcached. 127 - os: ubuntu- latest127 - os: ubuntu-24.04 128 128 php: '8.3' 129 129 db-type: 'mariadb' … … 131 131 multisite: false 132 132 memcached: true 133 - os: ubuntu- latest133 - os: ubuntu-24.04 134 134 php: '8.3' 135 135 db-type: 'mariadb' … … 166 166 fail-fast: false 167 167 matrix: 168 os: [ ubuntu- latest]168 os: [ ubuntu-24.04 ] 169 169 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 170 170 db-type: [ 'mysql', 'mariadb' ] … … 237 237 failed-workflow: 238 238 name: Failed workflow tasks 239 runs-on: ubuntu- latest239 runs-on: ubuntu-24.04 240 240 permissions: 241 241 actions: write
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)