diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e1b5c33a..8c77597d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -162,6 +162,8 @@ jobs: - name: Check Behat environment if: steps.check_files.outputs.files_exists == 'true' + env: + WP_VERSION: '${{ matrix.wp }}' run: WP_CLI_TEST_DEBUG_BEHAT_ENV=1 composer behat - name: Run Behat