mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Add PHP 8.3 as supported
This commit is contained in:
@@ -23,9 +23,10 @@ jobs:
|
||||
- '8.0'
|
||||
- '8.1'
|
||||
- '8.2'
|
||||
- '8.3'
|
||||
future-release: [false]
|
||||
include:
|
||||
- php-version: '8.3'
|
||||
- php-version: '8.4'
|
||||
future-release: true
|
||||
fail-fast: false
|
||||
name: PHP ${{ matrix.php-version }}
|
||||
|
||||
@@ -37,7 +37,7 @@ Installation instructions to use the `composer` command can be found on https://
|
||||
|
||||
### Requirements
|
||||
|
||||
PHP Curl Class works with PHP 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, and 7.0.
|
||||
PHP Curl Class works with PHP 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, and 7.0.
|
||||
|
||||
### Quick Start and Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user