From f2287ab12ec5e71e64f41f13e5d2ed4e4123d868 Mon Sep 17 00:00:00 2001 From: rishtigupta <127137312+rishtigupta@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:57:48 -0800 Subject: [PATCH] fix: update push-to-main.yml (#29) --- .github/workflows/on-push-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index 45d8e61..80b0d33 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -47,7 +47,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '${{ matrix.php-version }}' - extensions: grpc + extensions: grpc, protobuf tools: composer:v2 ini-values: zend.assertions=1