Skip to content

Commit

Permalink
force wp version 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pattihis committed May 29, 2024
1 parent 36a3304 commit 564e459
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/tests-php-eva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,11 @@ jobs:
${SLIC_BIN} composer install
- name: Init the WordPress container
if: steps.skip.outputs.value != 1
run: ${SLIC_BIN} up wordpress
run: |
${SLIC_BIN} up wordpress
${SLIC_BIN} wp core version
${SLIC_BIN} wp core update --force --version=6.4.1
${SLIC_BIN} wp core version
- name: Run suite tests
if: steps.skip.outputs.value != 1
run: ${SLIC_BIN} run ${{ matrix.suite }} --debug --ext DotReporter
6 changes: 5 additions & 1 deletion .github/workflows/tests-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ jobs:
${SLIC_BIN} composer install
- name: Init the WordPress container
if: steps.skip.outputs.value != 1
run: ${SLIC_BIN} up wordpress
run: |
${SLIC_BIN} up wordpress
${SLIC_BIN} wp core version
${SLIC_BIN} wp core update --force --version=6.4.1
${SLIC_BIN} wp core version
- name: Run suite tests
if: steps.skip.outputs.value != 1
run: ${SLIC_BIN} run ${{ matrix.suite }} --debug --ext DotReporter

0 comments on commit 564e459

Please sign in to comment.