Add php8.3 to known versions
This commit is contained in:
parent
0ab8d3a4e4
commit
dc79b5c2d7
3 changed files with 19 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue