diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-01-18 20:43:09 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-01-18 20:43:09 +0100 |
commit | dd811532081eeb5778cdcac0b3bedb935af80a69 (patch) | |
tree | 80ddfb0003b895354cdadd08a7623f298d7b2b58 | |
parent | 1052a55855b5a724fbee626e6d89a98b067f6fc3 (diff) | |
download | gigologadmin-dd811532081eeb5778cdcac0b3bedb935af80a69.tar.gz gigologadmin-dd811532081eeb5778cdcac0b3bedb935af80a69.tar.bz2 gigologadmin-dd811532081eeb5778cdcac0b3bedb935af80a69.zip |
Update to use php 8.1
-rw-r--r-- | .wp-env.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.wp-env.json b/.wp-env.json index a911368..4ee2615 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,4 +1,5 @@ { + "phpVersion": "8.1", "core": null, "plugins": [ "." ] } |