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.

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

This file was deleted.

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

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
# Test highest and lowest supported version of each major.
php: [ '7.2', '7.4', '8.0', '8.4' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0', '8.4' ]
tests-domain: [ 'example.org' ]
Expand Down Expand Up @@ -116,7 +117,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
# Test highest and lowest supported version of each major.
php: [ '7.2', '7.4', '8.0', '8.4' ]
db-type: [ 'mariadb' ]
db-version: [ '10.4', '10.6', '10.11', '11.2' ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
db-version: [ '10.4', '10.6', '10.11', '11.2' ]
db-version: [ '10.6', '10.11' ]

11.2 was a rolling innovation release that is no longer supported. Since those releases have a short life-cycle, I lean towards saying that innovation/rolling releases are not included in test strategies for any non-supported branch.

I've also removed 10.4 here. I've opened #10166 to remove this version from trunk because usage across all WordPress sites has dropped below 1%.

multisite: [ false, true ]
Expand Down
Loading
Loading