From 28a3f8f3813cb0601a9806441f22942d328e0df2 Mon Sep 17 00:00:00 2001 From: Sn0wCrack <442287+Sn0wCrack@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:26:23 +1100 Subject: [PATCH] fix: raise nightly versions --- src/scripts/unix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/unix.sh b/src/scripts/unix.sh index 0f32290d..c8875c66 100644 --- a/src/scripts/unix.sh +++ b/src/scripts/unix.sh @@ -4,7 +4,7 @@ export cross="✗" export curl_opts=(-sL) export old_versions="5.[3-5]" export jit_versions="8.[0-9]" -export nightly_versions="8.[3-9]" +export nightly_versions="8.[5-9]" export xdebug3_versions="7.[2-4]|8.[0-9]" export latest="releases/latest/download" export github="https://github.com/shivammathur"