Skip to content
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 .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.2'
- '7.3'
- '7.4'
- '8.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Installation instructions to use the `composer` command can be found on https://

### Requirements

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

### Quick Start and Examples

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-curl": "*"
},
"require-dev": {
Expand Down
3 changes: 1 addition & 2 deletions tests/check_coding_standards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ if [[ "${?}" -ne 0 ]]; then
fi

# Run PHP-CS-Fixer.
if [[ "${CI_PHP_VERSION}" == "7.2" ]]; then :
elif [[ "${CI_PHP_VERSION}" == "7.3" ]]; then :
if [[ "${CI_PHP_VERSION}" == "7.3" ]]; then :
else
vendor/bin/php-cs-fixer --version
vendor/bin/php-cs-fixer fix --ansi --config="tests/.php-cs-fixer.php" --diff --dry-run
Expand Down
3 changes: 0 additions & 3 deletions tests/dockerfiles/php72/1_build.sh

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.