Skip to content

Commit 5c8a5c5

Browse files
committed
Support PHP 8.5
1 parent 42a2525 commit 5c8a5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/options.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const CATEGORY_PHP = "PHP";
77
const SUPPORTED_PHP_VERSIONS = [
88
5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6,
99
7.0, 7.1, 7.2, 7.3, 7.4,
10-
8.0, 8.1, 8.2, 8.3, 8.4,
10+
8.0, 8.1, 8.2, 8.3, 8.4, 8.5,
1111
];
1212

1313
export const LATEST_SUPPORTED_PHP_VERSION = Math.max(...SUPPORTED_PHP_VERSIONS);

0 commit comments

Comments
 (0)