From bdd3fe6cb85319f8523e03fece33ebbcc6c46a36 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Tue, 10 Sep 2024 12:13:05 -0600 Subject: [PATCH] Pass "8" instead of "latest" for PHP version to comply with wp-env --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index dda7ca6..6d0f821 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,7 +26,7 @@ jobs: wp: "master" allowed_failure: false # Check latest WP with the highest supported PHP. - - php: "latest" + - php: "8" wp: "master" allowed_failure: false