From 818abfae4c6ea6b05d3f1f2c5d8718fbdd0f987e Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Mon, 23 Dec 2024 13:11:44 +0000 Subject: [PATCH] Add curl extension in tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40f8ad58..22e2d4f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] os: [ubuntu-latest] experimental: [false] - php-extensions: ["bcmath, imagick, gd"] + php-extensions: ["bcmath, curl, imagick, gd"] coverage-extension: ["none"] # Add more specific tests include: