From 21212c832160ee8ee4bb078eaa0862743403a42a Mon Sep 17 00:00:00 2001 From: Mahmood Dehghani Date: Sat, 2 Mar 2024 15:54:02 +0330 Subject: [PATCH] update tests workflow --- .github/workflows/tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 786f09b..72dc734 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,12 +22,19 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + + - name: Install libvips + run: | + sudo apt-get update + sudo apt-get install -y --no-install-recommends libvips42 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.1' + extensions: ffi + tools: cs2pr coverage: none - name: Get composer cache directory