1
0
Fork 0
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:
Robin Appelman 2025-06-10 16:06:42 +02:00
commit a72d477841

View file

@ -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,