Skip to content

Commit 202e857

Browse files
authored
Drop support for PHP 7.4 (#937)
1 parent 062f586 commit 202e857

File tree

14 files changed

+4
-180
lines changed

14 files changed

+4
-180
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
php-version:
18-
- '7.4'
1918
- '8.0'
2019
- '8.1'
2120
- '8.2'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Installation instructions to use the `composer` command can be found on https://
3838

3939
### 📋 Requirements
4040

41-
PHP Curl Class works with PHP 8.4, 8.3, 8.2, 8.1, 8.0, and 7.4.
41+
PHP Curl Class works with PHP 8.4, 8.3, 8.2, 8.1, and 8.0.
4242

4343
### 🚀 Quick Start and Examples
4444

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.4",
21+
"php": ">=8.0",
2222
"ext-curl": "*"
2323
},
2424
"require-dev": {

tests/dockerfiles/php74/1_build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/dockerfiles/php74/2_start.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/dockerfiles/php74/3_test.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/dockerfiles/php74/4_stop.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/dockerfiles/php74/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/dockerfiles/php74/attach.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/dockerfiles/php74/run.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)