Skip to content

Commit d0ea977

Browse files
authored
Merge pull request php-curl-class#695 from zachborboa/master
Move PHP 8.1 out of future release
2 parents 66d92b9 + 8b16eb7 commit d0ea977

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
- '7.3'
2222
- '7.4'
2323
- '8.0'
24+
- '8.1'
2425
future-release: [false]
2526
include:
26-
- php: '8.1'
27-
future-release: true
2827
- php: '8.2'
2928
future-release: true
3029
fail-fast: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For latest commit version:
3434

3535
### Requirements
3636

37-
PHP Curl Class works with PHP 7.0, 7.1, 7.2, 7.3, 7.4, and 8.0.
37+
PHP Curl Class works with PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, and 8.1.
3838

3939
### Quick Start and Examples
4040

0 commit comments

Comments
 (0)