summaryrefslogtreecommitdiff
path: root/run-tests-for-all-php-versions.sh
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-02-18 23:06:29 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-02-18 23:06:29 +0100
commit66edb56911ed111b42e8b4615b75655e3656b173 (patch)
treebae2a84d3aee3d8ca8416162c95e894e3bc2b98e /run-tests-for-all-php-versions.sh
parent15e48b6af3cd296882bdcfc9942419f50ed8592c (diff)
downloadsmarty-66edb56911ed111b42e8b4615b75655e3656b173.tar.gz
smarty-66edb56911ed111b42e8b4615b75655e3656b173.tar.bz2
smarty-66edb56911ed111b42e8b4615b75655e3656b173.zip
Fix PHP version for one of the local test runners. 7.4 was tested twice, 7.3 never.
Diffstat (limited to 'run-tests-for-all-php-versions.sh')
-rwxr-xr-xrun-tests-for-all-php-versions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests-for-all-php-versions.sh b/run-tests-for-all-php-versions.sh
index de59f303..494b127b 100755
--- a/run-tests-for-all-php-versions.sh
+++ b/run-tests-for-all-php-versions.sh
@@ -8,7 +8,7 @@
COMPOSE_CMD="mutagen-compose"
$COMPOSE_CMD run --rm php72 ./run-tests.sh $@ && \
-$COMPOSE_CMD run --rm php74 ./run-tests.sh $@ && \
+$COMPOSE_CMD run --rm php73 ./run-tests.sh $@ && \
$COMPOSE_CMD run --rm php74 ./run-tests.sh $@ && \
$COMPOSE_CMD run --rm php80 ./run-tests.sh $@ && \
$COMPOSE_CMD run --rm php81 ./run-tests.sh $@ && \