From 524dcad8bad09045dac283336c5f3938d13415eb Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Thu, 8 Dec 2022 06:52:26 -0800 Subject: [PATCH 1/2] Move PHP 8.2 out of future release; Add PHP 8.3 to continuous integration tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44fdfa0..6153dad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,10 @@ jobs: - '7.4' - '8.0' - '8.1' + - '8.2' future-release: [false] include: - - php-version: '8.2' + - php-version: '8.3' future-release: true fail-fast: false name: PHP ${{ matrix.php-version }} From 7184b9e7fc54d1b49253a9904fe3501138f45a19 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Thu, 8 Dec 2022 07:17:50 -0800 Subject: [PATCH 2/2] Add PHP 8.2 to list of compatible versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e380bd5..f8f741b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Installation instructions to use the `composer` command can be found on https:// ### Requirements -PHP Curl Class works with PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, and 8.1. +PHP Curl Class works with PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, and 8.2. ### Quick Start and Examples