From d7c731a0a11d7117ce65fdb754e6c134e126678a Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Mon, 6 Nov 2023 15:46:15 +0200 Subject: [PATCH] Add extensions --- .github/workflows/phpunit.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index e217c4f..caff662 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -8,12 +8,13 @@ on: name: phpunit jobs: - phpunit: - uses: spiral/gh-actions/.github/workflows/phpunit.yml@master - with: - os: >- - ['ubuntu-latest'] - php: >- - ['8.1', '8.2'] - stability: >- - ['prefer-stable'] + phpunit: + uses: spiral/gh-actions/.github/workflows/phpunit.yml@master + with: + extensions: sockets, grpc + os: >- + ['ubuntu-latest'] + php: >- + ['8.1', '8.2'] + stability: >- + ['prefer-stable']