From 15adccd03cd61e74af5f81de476ebd30599e2e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Sun, 1 Dec 2024 19:57:16 +0100 Subject: [PATCH] build php 8.0 too --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index df8258a..13a5e96 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -PHP_VERSIONS="7.4 8.1 8.2" +PHP_VERSIONS="7.4 8.0 8.1 8.2" WKHTML="" PLATFORMS="linux/arm64/v8,linux/amd64"