Skip to content

Commit 615f198

Browse files
committed
Add inline docs
1 parent 78975af commit 615f198

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/upgrade-testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ permissions: {}
8181
# example, if the value of inputs.new-version is 6.4.4, the jobs testing versions 6.5 and higher will be skipped because
8282
# that would be a downgrade test.
8383
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.
8488
generate-exclusions:
8589
name: Create combination exclusion list
8690
runs-on: 'ubuntu-24.04'

0 commit comments

Comments
 (0)