mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
fix tests
This commit is contained in:
parent
0096414614
commit
87de2dbb21
2 changed files with 11 additions and 11 deletions
|
|
@ -36,7 +36,7 @@ impl FromStr for PhpVersion {
|
|||
|
||||
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
||||
match s {
|
||||
"8" => Ok(PhpVersion::Php81),
|
||||
"8" => Ok(PhpVersion::Php80),
|
||||
"8.0" => Ok(PhpVersion::Php80),
|
||||
"8.1" => Ok(PhpVersion::Php81),
|
||||
"8.2" => Ok(PhpVersion::Php82),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue