diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 414b2b1..a8c7e24 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -70,6 +70,16 @@ jobs: version: 'WordPress/WordPress#master', number: 'trunk', } + - { + name: 'WP 6.9', + version: 'WordPress/WordPress#6.9-branch', + number: '6.9' + } + - { + name: 'WP 6.8', + version: 'WordPress/WordPress#6.8-branch', + number: '6.8' + } - { name: 'WP 6.7', version: 'WordPress/WordPress#6.7-branch', diff --git a/run-all-cores.sh b/run-all-cores.sh index 41e9eed..dfbef88 100755 --- a/run-all-cores.sh +++ b/run-all-cores.sh @@ -1,6 +1,6 @@ #!/bin/bash -MAJOR_VERSIONS="5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7" +MAJOR_VERSIONS="5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9" TRUNK="master:trunk" VERSIONS=""