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:
parent
0dbe4739ae
commit
38e919af65
2 changed files with 11 additions and 1 deletions
|
|
@ -72,6 +72,10 @@ impl CloudOptions {
|
|||
app_packages: app_package,
|
||||
})
|
||||
}
|
||||
|
||||
pub fn with_php(self, php: PhpVersion) -> Self {
|
||||
CloudOptions { php, ..self }
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue