We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3054fe9 commit e92ba39Copy full SHA for e92ba39
1 file changed
src/options.mjs
@@ -7,7 +7,7 @@ const CATEGORY_PHP = "PHP";
7
const SUPPORTED_PHP_VERSIONS = [
8
5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6,
9
7.0, 7.1, 7.2, 7.3, 7.4,
10
- 8.0, 8.1, 8.2, 8.3, 8.4,
+ 8.0, 8.1, 8.2, 8.3, 8.4, 8.5,
11
];
12
13
export const LATEST_SUPPORTED_PHP_VERSION = Math.max(...SUPPORTED_PHP_VERSIONS);
0 commit comments