From 23fda4759ce9992b22bfec57ec1c03229674bf39 Mon Sep 17 00:00:00 2001 From: Eric Fortmeyer Date: Sat, 13 May 2023 18:48:25 -0500 Subject: [PATCH] ci(php-latest.yml): use test-build script --- .github/workflows/php-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-latest.yml b/.github/workflows/php-latest.yml index efb572f..b7909db 100644 --- a/.github/workflows/php-latest.yml +++ b/.github/workflows/php-latest.yml @@ -36,4 +36,4 @@ jobs: run: composer update --no-ansi --no-interaction --prefer-dist --no-progress --ignore-platform-req=ext-ast - name: Run test suite - run: composer ci:test + run: composer ci:test-build