Changeset 58602
- Timestamp:
- 07/01/2024 03:25:20 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8/.github/workflows/phpunit-tests.yml
r58597 r58602 65 65 memcached: true 66 66 multisite: false 67 split_slow: true 67 68 - php: '7.4' 68 69 os: ubuntu-latest 69 70 memcached: true 70 71 multisite: true 71 # Report the results of the PHP 7.4 without memcached job. 72 - php: '7.4' 73 os: ubuntu-latest 74 memcached: false 75 multisite: false 76 report: true 72 split_slow: true 77 73 with: 78 74 os: ${{ matrix.os }} … … 82 78 memcached: ${{ matrix.memcached }} 83 79 phpunit-config: ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }} 84 report: ${{ matrix.report || false }}85 80 86 81 slack-notifications:
Note: See TracChangeset
for help on using the changeset viewer.