Skip to content

Commit

Permalink
Removing all but the last 3 WP versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Nov 21, 2024
1 parent 4dd17e4 commit 40fe98c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 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":["6.7","6.6","6.5","6.4","6.3","6.2"],"allow-failure":[false]},"Test PHPUnit":{"WP":["6.7","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":[""]}}');
module.exports = JSON.parse('{"Test E2E":{"WP":["6.7","6.6","6.5"],"allow-failure":[false]},"Test PHPUnit":{"WP":["6.7","6.6","6.5"],"PHP":["8.2","8.1","8.0","7.4"],"LLMS":[""],"allow-failure":[false],"name-append":[""]}}');

/***/ }),

Expand Down
10 changes: 2 additions & 8 deletions .github/actions/setup-matrix/src/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"WP": [
"6.7",
"6.6",
"6.5",
"6.4",
"6.3",
"6.2"
"6.5"
],
"allow-failure": [
false
Expand All @@ -16,10 +13,7 @@
"WP": [
"6.7",
"6.6",
"6.5",
"6.4",
"6.3",
"6.2"
"6.5"
],
"PHP": [
"8.2",
Expand Down
6 changes: 0 additions & 6 deletions .github/actions/setup-matrix/src/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Test E2E:
- '6.7'
- '6.6'
- '6.5'
- '6.4'
- '6.3'
- '6.2'
allow-failure:
- false

Expand All @@ -14,9 +11,6 @@ Test PHPUnit:
- '6.7'
- '6.6'
- '6.5'
- '6.4'
- '6.3'
- '6.2'
PHP:
- '8.2'
- '8.1'
Expand Down

0 comments on commit 40fe98c

Please sign in to comment.