Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .github/workflows/failed-workflow.yml

This file was deleted.

131 changes: 0 additions & 131 deletions .github/workflows/install-testing.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/performance.yml

This file was deleted.

12 changes: 7 additions & 5 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
# Test highest and lowest supported version of each major.
php: [ '7.0', '7.4', '8.0', '8.3' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0' ]
multisite: [ false, true ]
Expand Down Expand Up @@ -96,9 +97,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
# Test highest and lowest supported version of each major.
php: [ '7.0', '7.4', '8.0', '8.3' ]
db-type: [ 'mariadb' ]
db-version: [ '10.4', '10.6', '10.11', '11.0' ]
db-version: [ '10.4', '10.11' ]
multisite: [ false, true ]
memcached: [ false ]

Expand All @@ -107,13 +109,13 @@ jobs:
- os: ubuntu-latest
php: '7.4'
db-type: 'mariadb'
db-version: '11.0'
db-version: '10.11'
multisite: false
memcached: true
- os: ubuntu-latest
php: '7.4'
db-type: 'mariadb'
db-version: '11.0'
db-version: '10.11'
multisite: true
memcached: true
with:
Expand Down
Loading
Loading