From a6ffebe772e3a1811e45458c908651c0e014ae24 Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:49:11 -0300 Subject: [PATCH] Put in the right place --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c823180..6fb4273 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -12,8 +12,8 @@ jobs: matrix: php: [8.1, 8.2, 8.3] wordpress: ["latest"] - object-cache: "memcached" uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main with: php: ${{ matrix.php }} wordpress: ${{ matrix.wordpress }} + object-cache: "memcached"