Skip to content

Commit

Permalink
Update WordPress versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Galanakis committed Aug 7, 2023
1 parent 31e1f57 commit 80a1a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
fail-fast: false
matrix:
core:
- { name: 'WP latest', version: 'latest', number: '6.1' }
- { name: 'WP trunk', version: 'WordPress/WordPress#master', number: '6.2' }
- { name: 'WP latest', version: 'latest', number: '6.2.2' }
- { name: 'WP trunk', version: 'WordPress/WordPress#master', number: '6.4' }
- { name: 'WP minimum', version: 'WordPress/WordPress#5.7', number: '5.7' }
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion run-all-cores.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSIONS="5.7 5.8 5.9 6.0 6.1 master:6.2"
VERSIONS="5.7 5.8 5.9 6.0 6.1 6.2 6.3 master:6.4"

SPEC="-- --quiet"

Expand Down

0 comments on commit 80a1a50

Please sign in to comment.