diff --git a/src/supportedPhpVersions.ts b/src/supportedPhpVersions.ts index a0b457f..af25d23 100644 --- a/src/supportedPhpVersions.ts +++ b/src/supportedPhpVersions.ts @@ -6,5 +6,6 @@ module.exports = [ '7.4', '8.0', '8.1', - '8.2' + '8.2', + '8.3' ]