From 9557cebae9e971d049c228f938fb7f8a1e96eede Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Fri, 3 May 2024 17:19:32 -0300 Subject: [PATCH] Use master --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e7361a..4a1b2ff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: php: ['7.4', '8.0', '8.1', '8.2', '8.3'] - wp_version: ['master'] + wp_version: ['latest'] mysql: [8.0] include: - php: '8.0'