Skip to content

Commit

Permalink
Last build of PHP 8.1 variants
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Nov 22, 2024
1 parent a9d00b3 commit 8786265
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/helper
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
COMMAND=$1
LATEST_ALPINE_MINOR=3.20
LATEST_ALPINE_VERSION=3.20.3
FALLBACK_VERSION_81="8.1.29"
FALLBACK_VERSION_82="8.2.23"
FALLBACK_VERSION_83="8.3.11"
FALLBACK_VERSION_84="8.4.0_beta5"
FALLBACK_VERSION_81="8.1.31"
FALLBACK_VERSION_82="8.2.26"
FALLBACK_VERSION_83="8.3.14"
FALLBACK_VERSION_84="8.4.1"

if [[ $COMMAND == alpineversion ]]
then
Expand Down Expand Up @@ -35,7 +35,7 @@ then

if [[ $BRANCH == 8.1 ]]
then
URL="https://git.alpinelinux.org/aports/plain/community/php81/APKBUILD?h=3.19-stable"
URL="https://git.alpinelinux.org/aports/plain/testing/php81/APKBUILD"
elif [[ $BRANCH == 8.2 ]]
then
URL="https://git.alpinelinux.org/aports/plain/community/php82/APKBUILD?h=3.20-stable"
Expand Down

0 comments on commit 8786265

Please sign in to comment.