mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
default to php 8.4
This commit is contained in:
parent
7985255d9d
commit
a72d477841
1 changed files with 1 additions and 1 deletions
|
|
@ -19,10 +19,10 @@ use tokio::time::{sleep, timeout};
|
|||
#[derive(Clone, Debug, Eq, PartialEq, Default)]
|
||||
#[allow(dead_code)]
|
||||
pub enum PhpVersion {
|
||||
#[default]
|
||||
Php84,
|
||||
Php83,
|
||||
Php82,
|
||||
#[default]
|
||||
Php81,
|
||||
Php80,
|
||||
Php74,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue