Skip to content

Commit 096a01c

Browse files
stofcmb69
authored andcommitted
[ci skip] Update the min curl version in the sync-constants.php script
PHP 8.0 bumped the min curl version to 7.29.0 Closes GH-7805.
1 parent c5f4ee5 commit 096a01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/sync-constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
const SOURCE_FILE = __DIR__ . '/interface.c';
1414

15-
const MIN_SUPPORTED_CURL_VERSION = '7.15.5';
15+
const MIN_SUPPORTED_CURL_VERSION = '7.29.0';
1616

1717
const IGNORED_CONSTANTS = [
1818
'CURLOPT_PROGRESSDATA'

0 commit comments

Comments
 (0)