Skip to content

Commit

Permalink
Merge pull request #4067 from Automattic/change/e2e-wp-target
Browse files Browse the repository at this point in the history
Set e2e tests against WP 5.6 until 5.7 docker image fixed
  • Loading branch information
jom authored Mar 11, 2021
2 parents b7393d7 + 60473ec commit 66cfecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
wp: [ 'latest' ]
wp: [ '5.6.2' ]
php: [ '7.4' ]
env:
WP_VERSION: ${{ matrix.wp }}
Expand Down

0 comments on commit 66cfecf

Please sign in to comment.