Changeset 51936
- Timestamp:
- 10/25/2021 08:10:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6/.github/workflows/phpunit-tests.yml
r51933 r51936 81 81 include: 82 82 # Additional "slow" jobs for PHP 5.6. 83 - php: '5.6 .20'83 - php: '5.6' 84 84 os: ubuntu-latest 85 85 memcached: false 86 86 multisite: false 87 87 split_slow: true 88 - php: '5.6 .20'88 - php: '5.6' 89 89 os: ubuntu-latest 90 90 memcached: false … … 162 162 docker-compose run --rm php composer update 163 163 git checkout -- composer.lock 164 elif [[ ${{ env.LOCAL_PHP }} == '5.6 .20-fpm' || ${{ env.LOCAL_PHP }} == '7.0-fpm' ]]; then164 elif [[ ${{ env.LOCAL_PHP }} == '5.6-fpm' || ${{ env.LOCAL_PHP }} == '7.0-fpm' ]]; then 165 165 docker-compose run --rm php composer require --dev phpunit/phpunit:"^5.7" --update-with-dependencies 166 166 git checkout -- composer.lock composer.json
Note: See TracChangeset
for help on using the changeset viewer.