summaryrefslogtreecommitdiff
path: root/run-tests-for-all-php-versions.sh
diff options
context:
space:
mode:
authorWim Wisselink <wim@secudoc.nl>2024-11-20 15:59:26 +0100
committerGitHub <noreply@github.com>2024-11-20 15:59:26 +0100
commit1b06b37db2a1523d6855024f089d0327b4f69d48 (patch)
treefc3828c80cd12595f11791bae7582ba069a9147d /run-tests-for-all-php-versions.sh
parenta1b4c9c551d01ff63220f053966c7aaa9053f89d (diff)
downloadsmarty-1b06b37db2a1523d6855024f089d0327b4f69d48.tar.gz
smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.tar.bz2
smarty-1b06b37db2a1523d6855024f089d0327b4f69d48.zip
Add PHP 8.4 support to Smarty (#1043)
Diffstat (limited to 'run-tests-for-all-php-versions.sh')
-rwxr-xr-xrun-tests-for-all-php-versions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests-for-all-php-versions.sh b/run-tests-for-all-php-versions.sh
index 494b127b..efff5713 100755
--- a/run-tests-for-all-php-versions.sh
+++ b/run-tests-for-all-php-versions.sh
@@ -14,3 +14,4 @@ $COMPOSE_CMD run --rm php80 ./run-tests.sh $@ && \
$COMPOSE_CMD run --rm php81 ./run-tests.sh $@ && \
$COMPOSE_CMD run --rm php82 ./run-tests.sh $@
$COMPOSE_CMD run --rm php83 ./run-tests.sh $@
+$COMPOSE_CMD run --rm php84 ./run-tests.sh $@