From 40a7984f07c0cf4aaa4be67e5ae734fd11b1bb85 Mon Sep 17 00:00:00 2001 From: Estanislau Trepat Date: Tue, 11 Jun 2024 20:02:24 +0200 Subject: [PATCH] Update gh actions. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e6dba54..ae1d1f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,14 +41,14 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Docs: https://github.com/shivammathur/setup-php - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: sqlite3 + extensions: curl, libxml, mbstring, sqlite3 ini-values: error_reporting=E_ALL tools: composer:v2 coverage: none