Skip to content

Commit e5f53b4

Browse files
committed
try all test env
1 parent 7bf5aa1 commit e5f53b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/playwright.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
fail-fast: false # Ensures the matrix doesn't stop if one job fails
1313
matrix:
1414
include:
15-
# - php_version: 5.6
16-
# wp_version: null
15+
- php_version: 5.6
16+
wp_version: null
1717

1818
- php_version: 7.3
1919
wp_version: null
2020

21-
# - php_version: 8.2
22-
# wp_version: 6.4.5
21+
- php_version: 8.2
22+
wp_version: 6.4.5
2323

24-
# - php_version: 8.2
25-
# wp_version: 6.5.5
24+
- php_version: 8.2
25+
wp_version: 6.5.5
2626

2727
- php_version: 8.2
2828
wp_version: 6.6.2
@@ -65,15 +65,15 @@ jobs:
6565
npm ci --legacy-peer-deps
6666
npm run build:no-translate
6767
- name: Install Playwright Browsers
68-
run: npx playwright install chromium firefox webkit --with-deps
68+
run: npx playwright install chromium --with-deps
6969
- name: Install wp-env
7070
run: |
7171
npm install -g @wordpress/env
7272
- name: Start wp-env
7373
run: wp-env start
7474
- name: Run playwright tests
7575
env:
76-
WP_BASE_URL: http://localhost:8888
76+
WP_BASE_URL: http://localhost:8889
7777
WP_AUTH_STORAGE: wp-auth.json
7878
WP_USERNAME: admin
7979
WP_PASSWORD: password

0 commit comments

Comments
 (0)