Skip to content

Commit

Permalink
use nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Mar 20, 2024
1 parent 7fe0828 commit 420ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
- name: Run PHP tests
run: |
mysql -uroot -h127.0.0.1 -e 'SELECT version()' \
&& ./bin/install-wp-tests.sh --wp-version=6.5 --recreate-db wordpress_test root '' > /dev/null \
&& ./bin/install-wp-tests.sh --wp-version=nightly --recreate-db wordpress_test root '' > /dev/null \
&& composer run-script test

0 comments on commit 420ad20

Please sign in to comment.