We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162a918 commit dcf22aeCopy full SHA for dcf22ae
1 file changed
tools/common/lib/php-binary-metadata.ts
@@ -1,6 +1,6 @@
1
-import { SupportedPHPVersions } from '@studio/common/types/php-versions';
2
import { __, _n, sprintf } from '@wordpress/i18n';
3
import { z } from 'zod';
+import { SupportedPHPVersions } from '@studio/common/types/php-versions';
4
5
// PHP versions supported by the native-php runtime (subset of SupportedPHPVersions).
6
// PHP 7.4 is excluded: no static binaries are available from the upstream CDN.
0 commit comments