Add php8.3 to known versions

This commit is contained in:
Tom Wiesing 2023-12-07 16:05:36 +01:00
parent 0ab8d3a4e4
commit dc79b5c2d7
No known key found for this signature in database
3 changed files with 19 additions and 4 deletions

View file

@ -25,7 +25,7 @@ func (system System) OpCacheMode() string {
}
var (
phpVersions = []string{"8.0", "8.1", "8.2"}
phpVersions = []string{"8.1", "8.2", "8.3"}
phpVersionMap = (func() map[string]struct{} {
m := make(map[string]struct{}, len(phpVersions))
for _, v := range phpVersions {