Skip to content

Commit

Permalink
Set default WP core version to 6.3 in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Mar 15, 2024
1 parent 7f9f8bd commit e44cd9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup wp-env
uses: godaddy-wordpress/setup-wp-env@v1
with:
core: 'WordPress/WordPress#6.1'
core: 'WordPress/WordPress#6.3'
phpVersion: ${{ matrix.phpVersion }}
plugins: '["https://downloads.wordpress.org/plugin/coblocks.zip","https://downloads.wordpress.org/plugin/woocommerce.zip"]'
themes: '["."]'
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup wp-env
uses: godaddy-wordpress/setup-wp-env@v1
with:
core: 'WordPress/WordPress#6.1'
core: 'WordPress/WordPress#6.3'
phpVersion: '7.4'
plugins: '["https://downloads.wordpress.org/plugin/coblocks.zip","https://downloads.wordpress.org/plugin/woocommerce.zip"]'
themes: '["."]'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Setup wp-env
uses: godaddy-wordpress/setup-wp-env@v1
with:
core: 'WordPress/WordPress#6.1'
core: 'WordPress/WordPress#6.3'
phpVersion: '7.4'
plugins: '["https://downloads.wordpress.org/plugin/coblocks.zip","https://downloads.wordpress.org/plugin/woocommerce.zip"]'
themes: '["."]'
Expand Down

0 comments on commit e44cd9f

Please sign in to comment.