Skip to content

Commit 420ad20

Browse files
author
Vicente Canales
committed
use nightly version
1 parent 7fe0828 commit 420ad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
- name: Run PHP tests
8282
run: |
8383
mysql -uroot -h127.0.0.1 -e 'SELECT version()' \
84-
&& ./bin/install-wp-tests.sh --wp-version=6.5 --recreate-db wordpress_test root '' > /dev/null \
84+
&& ./bin/install-wp-tests.sh --wp-version=nightly --recreate-db wordpress_test root '' > /dev/null \
8585
&& composer run-script test

0 commit comments

Comments
 (0)