Skip to content

Commit

Permalink
Adding WP 6.6 and 6.5 to the test running. Removing the LLMS nightly …
Browse files Browse the repository at this point in the history
…since it doesn't work currently (needs another build step somewhere).
  • Loading branch information
brianhogg committed Jul 22, 2024
1 parent ba3e185 commit caf0a5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-matrix/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14119,7 +14119,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"Test E2E":{"WP":["latest","6.4","6.3","6.2"],"allow-failure":[false],"include":[{"WP":"nightly","allow-failure":true}]},"Test PHPUnit":{"WP":["latest","6.4","6.3","6.2"],"PHP":["8.2","8.1","8.0","7.4"],"LLMS":[""],"allow-failure":[false],"name-append":[""],"include":[{"PHP":"8.2","WP":"nightly","allow-failure":true},{"name-append":" (LLMS nightly)","PHP":"8.2","WP":"6.3","LLMS":"dev","allow-failure":true}]}}');
module.exports = JSON.parse('{"Test E2E":{"WP":["latest","6.6","6.5","6.4","6.3","6.2"],"allow-failure":[false],"include":[{"WP":"nightly","allow-failure":true}]},"Test PHPUnit":{"WP":["latest","6.6","6.5","6.4","6.3","6.2"],"PHP":["8.2","8.1","8.0","7.4"],"LLMS":[""],"allow-failure":[false],"name-append":[""],"include":[{"PHP":"8.2","WP":"nightly","allow-failure":true}]}}');

/***/ }),

Expand Down
11 changes: 4 additions & 7 deletions .github/actions/setup-matrix/src/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"Test E2E": {
"WP": [
"latest",
"6.6",
"6.5",
"6.4",
"6.3",
"6.2"
Expand All @@ -19,6 +21,8 @@
"Test PHPUnit": {
"WP": [
"latest",
"6.6",
"6.5",
"6.4",
"6.3",
"6.2"
Expand All @@ -43,13 +47,6 @@
"PHP": "8.2",
"WP": "nightly",
"allow-failure": true
},
{
"name-append": " (LLMS nightly)",
"PHP": "8.2",
"WP": "6.3",
"LLMS": "dev",
"allow-failure": true
}
]
}
Expand Down
9 changes: 4 additions & 5 deletions .github/actions/setup-matrix/src/defaults.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Test E2E:
WP:
- 'latest'
- '6.6'
- '6.5'
- '6.4'
- '6.3'
- '6.2'
Expand All @@ -14,6 +16,8 @@ Test E2E:
Test PHPUnit:
WP:
- 'latest'
- '6.6'
- '6.5'
- '6.4'
- '6.3'
- '6.2'
Expand All @@ -33,8 +37,3 @@ Test PHPUnit:
- PHP: '8.2'
WP: 'nightly'
allow-failure: true
- name-append: ' (LLMS nightly)'
PHP: '8.2'
WP: '6.3'
LLMS: 'dev'
allow-failure: true

0 comments on commit caf0a5f

Please sign in to comment.