Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Drop support for PHP 7.4 #937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 1 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
php-version:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
Expand Down
2 changes: 1 addition & 1 deletion 2 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Installation instructions to use the `composer` command can be found on https://

### 📋 Requirements

PHP Curl Class works with PHP 8.4, 8.3, 8.2, 8.1, 8.0, and 7.4.
PHP Curl Class works with PHP 8.4, 8.3, 8.2, 8.1, and 8.0.

### 🚀 Quick Start and Examples

Expand Down
2 changes: 1 addition & 1 deletion 2 composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-curl": "*"
},
"require-dev": {
Expand Down
3 changes: 0 additions & 3 deletions 3 tests/dockerfiles/php74/1_build.sh

This file was deleted.

15 changes: 0 additions & 15 deletions 15 tests/dockerfiles/php74/2_start.sh

This file was deleted.

17 changes: 0 additions & 17 deletions 17 tests/dockerfiles/php74/3_test.sh

This file was deleted.

3 changes: 0 additions & 3 deletions 3 tests/dockerfiles/php74/4_stop.sh

This file was deleted.

19 changes: 0 additions & 19 deletions 19 tests/dockerfiles/php74/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions 3 tests/dockerfiles/php74/attach.sh

This file was deleted.

23 changes: 0 additions & 23 deletions 23 tests/dockerfiles/php74/run.sh

This file was deleted.

14 changes: 0 additions & 14 deletions 14 tests/dockerfiles/php74/run_interactive.sh

This file was deleted.

73 changes: 0 additions & 73 deletions 73 tests/psalm_7.4.xml

This file was deleted.

2 changes: 1 addition & 1 deletion 2 tests/run_static_analysis_check_phpstan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pushd ..

set -x

if [[ $(echo "${CI_PHP_VERSION} >= 7.4" | bc -l) -eq 1 ]]; then
if true; then

phpstan_args=(--ansi --configuration="tests/phpstan.neon")

Expand Down
7 changes: 1 addition & 6 deletions 7 tests/run_static_analysis_check_psalm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ if [[ ! -f "vendor/bin/psalm" ]]; then
warnings+=("Skipped running psalm static analysis check")
else
vendor/bin/psalm --version

if [[ $(echo "${CI_PHP_VERSION} == 7.4" | bc -l) -eq 1 ]]; then
vendor/bin/psalm --config="tests/psalm_7.4.xml"
else
vendor/bin/psalm --config="tests/psalm.xml"
fi
vendor/bin/psalm --config="tests/psalm.xml"

if [[ "${?}" -ne 0 ]]; then
echo "❌ Error: psalm static analysis check failed"
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.