Skip to content

Commit

Permalink
Updated Wordpress version for slic testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
redscar committed Dec 19, 2024
1 parent 6a25c11 commit d858c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-php-eva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
run: |
${SLIC_BIN} up wordpress
${SLIC_BIN} wp core version
${SLIC_BIN} wp core update --force --version=6.4.1
${SLIC_BIN} wp core update --force --version=6.5
${SLIC_BIN} wp core version
- name: Run suite tests
if: steps.skip.outputs.value != 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: |
${SLIC_BIN} up wordpress
${SLIC_BIN} wp core version
${SLIC_BIN} wp core update --force --version=6.4.1
${SLIC_BIN} wp core update --force --version=6.5
${SLIC_BIN} wp core version
- name: Run suite tests
if: steps.skip.outputs.value != 1
Expand Down

0 comments on commit d858c21

Please sign in to comment.