Make WordPress Core

Changeset 51936


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

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

See #54223.

File:
1 edited

Legend:

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

    r51933 r51936  
    8181        include:
    8282          # Additional "slow" jobs for PHP 5.6.
    83           - php: '5.6.20'
     83          - php: '5.6'
    8484            os: ubuntu-latest
    8585            memcached: false
    8686            multisite: false
    8787            split_slow: true
    88           - php: '5.6.20'
     88          - php: '5.6'
    8989            os: ubuntu-latest
    9090            memcached: false
     
    162162            docker-compose run --rm php composer update
    163163            git checkout -- composer.lock
    164           elif [[ ${{ env.LOCAL_PHP }} == '5.6.20-fpm' || ${{ env.LOCAL_PHP }} == '7.0-fpm' ]]; then
     164          elif [[ ${{ env.LOCAL_PHP }} == '5.6-fpm' || ${{ env.LOCAL_PHP }} == '7.0-fpm' ]]; then
    165165            docker-compose run --rm php composer require --dev phpunit/phpunit:"^5.7" --update-with-dependencies
    166166            git checkout -- composer.lock composer.json
Note: See TracChangeset for help on using the changeset viewer.