Skip to content

Commit 8639e0c

Browse files
committed
adjust wp version, print current wp version
1 parent a9fcc83 commit 8639e0c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

@@ -71,6 +68,8 @@ jobs:
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)

0 commit comments

Comments
 (0)