Make WordPress Core


Ignore:
Timestamp:
10/25/2021 08:09:44 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Fix issue with Composer setup caused by [51932].

See #54223.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7/.github/workflows/phpunit-tests.yml

    r51932 r51935  
    7979        include:
    8080          # Additional "slow" jobs for PHP 5.6.
    81           - php: '5.6.20'
     81          - php: '5.6'
    8282            os: ubuntu-latest
    8383            memcached: false
    8484            multisite: false
    8585            split_slow: true
    86           - php: '5.6.20'
     86          - php: '5.6'
    8787            os: ubuntu-latest
    8888            memcached: false
     
    160160            docker-compose run --rm php composer update
    161161            git checkout -- composer.lock
    162           elif [[ ${{ env.LOCAL_PHP }} == '5.6.20-fpm' || ${{ env.LOCAL_PHP }} == '7.0-fpm' ]]; then
     162          elif [[ ${{ env.LOCAL_PHP }} == '5.6-fpm' || ${{ env.LOCAL_PHP }} == '7.0-fpm' ]]; then
    163163            docker-compose run --rm php composer require --dev phpunit/phpunit:"^5.7" --update-with-dependencies
    164164            git checkout -- composer.lock composer.json
Note: See TracChangeset for help on using the changeset viewer.