From 6feee9d93000bb28df6de789adaba880651c15d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 17 Oct 2023 15:52:38 +0200 Subject: [PATCH] ci: use native castor tool from php action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c29b0fb..e84db3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: 8.2 - tools: jolicode/castor + tools: castor - name: 'Build and start the infrastructure'