From 5b535a6b51c69db5401cb8d5a1dd01a441b6708c Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Wed, 22 May 2024 14:51:57 -0600 Subject: [PATCH] Use 'master' instead of 'trunk' for root reference --- .github/workflows/php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index 8ac7c50d..c7566084 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -22,7 +22,7 @@ jobs: allowed_failure: false # Check latest WP with the highest supported PHP. - php: 'latest' - wp: 'trunk' + wp: 'master' allowed_failure: false steps: