Skip to content

Commit

Permalink
Update e2e workflow to use PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Oct 3, 2023
1 parent 529c2cc commit aca277c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e-and-js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Currently these tests are being run for PHP 7.4 only
# TODO: When a new version of wp-env (after 4.0.2) including this https://github.com/WordPress/gutenberg/pull/30651
# is released, we can switch all PHP tests using wp-env
WP_ENV_PHP_VERSION: 7.4
WP_ENV_PHP_VERSION: 8.2

strategy:
fail-fast: false
Expand All @@ -33,11 +33,11 @@ jobs:
- name: Install WordPress with wp-env
run: npm run wp-env start

- name: Run Lint JS
- name: Run Lint JS
run: npm run lint-js

- name: Run JS tests (Jest)
run: npm run test-jest
- name: Run E2E tests
run: npm run test-e2e

- name: Run E2E tests
run: npm run test-e2e

0 comments on commit aca277c

Please sign in to comment.