diff --git a/src/ncc/Abstracts/CompilerExtensionSupportedVersions.php b/src/ncc/Abstracts/CompilerExtensionSupportedVersions.php index 5e04bc4..822df63 100644 --- a/src/ncc/Abstracts/CompilerExtensionSupportedVersions.php +++ b/src/ncc/Abstracts/CompilerExtensionSupportedVersions.php @@ -4,5 +4,5 @@ abstract class CompilerExtensionSupportedVersions { - const PHP = ['8.0', '8.1']; + const PHP = ['8.0', '8.1', '8.2']; } \ No newline at end of file