We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78975af commit 615f198Copy full SHA for 615f198
1 file changed
.github/workflows/upgrade-testing.yml
@@ -81,6 +81,10 @@ permissions: {}
81
# example, if the value of inputs.new-version is 6.4.4, the jobs testing versions 6.5 and higher will be skipped because
82
# that would be a downgrade test.
83
jobs:
84
+ # Generates a list of combinations to exclude in for each test matrix based on the version of WordPress being tested.
85
+ #
86
+ # When a major version is being tested (6.4 or 6.4.0), no upgrade would occur, so that version is excluded.
87
+ # When a minor version is being tested (6.4.1, 6.4.2, etc), the corresponding major version (6.4) is tested.
88
generate-exclusions:
89
name: Create combination exclusion list
90
runs-on: 'ubuntu-24.04'
0 commit comments