1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00

default to php 8.1

This commit is contained in:
Robin Appelman 2023-02-03 15:57:25 +01:00
commit 113b720980
2 changed files with 2 additions and 7 deletions

View file

@ -177,6 +177,6 @@ impl PhpVersion {
impl Default for PhpVersion {
fn default() -> Self {
PhpVersion::Php74
PhpVersion::Php81
}
}