File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,18 @@ jobs:
1212 fail-fast : false # Ensures the matrix doesn't stop if one job fails
1313 matrix :
1414 include :
15- - php_version : ' 7.3'
16- wp_version : 6.4.5
17-
1815 - php_version : ' 7.3'
1916 wp_version : null
2017
21- - php_version : ' 8.2'
22- wp_version : 6.4.5
23-
2418 - php_version : ' 8.2'
2519 wp_version : 6.5.5
2620
2721 - php_version : ' 8.2'
2822 wp_version : 6.6.2
2923
24+ - php_version : ' 8.2'
25+ wp_version : 6.7.2
26+
3027 - php_version : ' 8.2'
3128 wp_version : null
3229
7168 npm install -g @wordpress/env
7269 - name : Start wp-env
7370 run : wp-env start
71+ - name : Print current WP version
72+ run : wp-env run tests-cli wp core version
7473 - name : Create post with existing blocks
7574 run : |
7675 POST_ID=$(wp-env run tests-cli wp post create wp-content/plugins/Stackable/e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
You can’t perform that action at this time.
0 commit comments