Expand CI WooCommerce Matrix (#40882)

This commit is contained in:
Christopher Allford 2023-10-19 11:55:37 -07:00 committed by GitHub
parent fbbca9c3e0
commit 8f8b1c8d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 1 deletions

View File

@ -712,10 +712,11 @@ function getCommandsForChanges( changes ) {
if ( ! commandCriteriaMet ) {
continue;
}
console.log( `${ changes.path }: command "${ command }" added based on given changes.` );
}
commandsForChanges.push( command );
console.log( `${ changes.path }: command "${ command }" added based on given changes.` );
}
return commandsForChanges;

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Comment: CI-only change.

View File

@ -22,6 +22,20 @@
"wpVersion": "latest"
},
"additionalTasks": [
{
"name": "PHP 8.0",
"commandFilter": [ "test:php" ],
"testEnvConfig": {
"phpVersion": "8.0"
}
},
{
"name": "WP: nightly",
"commandFilter": [ "test:php" ],
"testEnvConfig": {
"wpVersion": "nightly"
}
},
{
"name": "WP: latest-1",
"commandFilter": [ "test:php" ],