From 3ae8cfa8c34db4c1c10f86a303e6b2c9dc44e152 Mon Sep 17 00:00:00 2001 From: chadicus Date: Fri, 29 Aug 2025 14:17:36 -0400 Subject: [PATCH 1/2] Allow for later version of lib-curl --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ce777bf..8400f90 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "php": "^7.0", "ext-curl": "*", "ext-json": "*", - "lib-curl": "~7.15", + "lib-curl": ">=7.15", "fig/http-message-util": "^1.1", "guzzlehttp/guzzle": "^6.3", "psr/http-message": "^1.0", From bc76ca6b2a97c0426c00dea021af8da11fbd9466 Mon Sep 17 00:00:00 2001 From: chadicus Date: Fri, 29 Aug 2025 14:28:12 -0400 Subject: [PATCH 2/2] Use ubuntu latest --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3616f06..aaa3376 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.0', '7.3', '7.4']