From ffe66e0abdceb05dd95d98f894b2ad600ceae4df Mon Sep 17 00:00:00 2001 From: Blackjack200 <61568071+Blackjack200@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:44:07 +0800 Subject: [PATCH] Bump PHP versions --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 4ec0c369..8be7f675 100755 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -PHP_VERSIONS=("8.2.25" "8.3.13") +PHP_VERSIONS=("8.2.27" "8.3.15") #### NOTE: Tags with "v" prefixes behave weirdly in the GitHub API. They'll be stripped in some places but not others. #### Use commit hashes to avoid this.