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

use php7.4 for fmt

This commit is contained in:
Robin Appelman 2021-10-12 15:56:15 +02:00
commit 38e919af65
2 changed files with 11 additions and 1 deletions

View file

@ -72,6 +72,10 @@ impl CloudOptions {
app_packages: app_package,
})
}
pub fn with_php(self, php: PhpVersion) -> Self {
CloudOptions { php, ..self }
}
}
#[test]