Skip to content

Commit

Permalink
Correct matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Jul 2, 2024
1 parent 288c12f commit 5350214
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
memcached: false
split_slow: false
multisite: true
# Additional "slow" jobs for PHP 5.6.
# Additional "slow" jobs for PHP <= 5.6.
- php: '5.6'
phpunit: '4-php-5.6'
os: ubuntu-latest
Expand All @@ -100,7 +100,36 @@ jobs:
memcached: false
split_slow: true
multisite: true

- php: '5.5'
os: ubuntu-latest
memcached: false
split_slow: true
multisite: false
- php: '5.5'
os: ubuntu-latest
memcached: false
split_slow: true
multisite: true
- php: '5.4'
os: ubuntu-latest
memcached: false
split_slow: true
multisite: false
- php: '5.4'
os: ubuntu-latest
memcached: false
split_slow: true
multisite: true
- php: '5.3'
os: ubuntu-latest
memcached: false
split_slow: true
multisite: false
- php: '5.3'
os: ubuntu-latest
memcached: false
split_slow: true
multisite: true
with:
os: ${{ matrix.os }}
php: ${{ matrix.php }}
Expand Down

0 comments on commit 5350214

Please sign in to comment.