Changeset 61821
- Timestamp:
- 03/04/2026 12:27:16 PM (5 days ago)
- File:
-
- 1 edited
-
branches/4.9/.github/workflows/phpunit-tests.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/.github/workflows/phpunit-tests.yml
r58636 r61821 46 46 matrix: 47 47 os: [ ubuntu-latest ] 48 php: [ '5.3' , '5.4', '5.5']48 php: [ '5.3' ] 49 49 split_slow: [ false, true ] 50 50 multisite: [ false, true ] … … 74 74 - php: '7.2' 75 75 phpunit: '6-php-7.2' 76 os: ubuntu-latest77 memcached: false78 multisite: true79 split_slow: false80 - php: '7.1'81 phpunit: '6-php-7.1'82 os: ubuntu-latest83 memcached: false84 multisite: false85 split_slow: false86 - php: '7.1'87 phpunit: '6-php-7.1'88 76 os: ubuntu-latest 89 77 memcached: false
Note: See TracChangeset
for help on using the changeset viewer.