Merge pull request #746 from zachborboa/master

Add PHP 8.3 to continuous integration tests
This commit is contained in:
Zach Borboa
2022-12-08 07:40:43 -08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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 }}
+1 -1
View File
@@ -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