diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-01-23 10:39:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 10:39:00 +0100 |
| commit | aab7f3db718ad1490b0730be2aebc9d4ff04f74f (patch) | |
| tree | 3d8660a74e38dd6a164a680c703afd5048224e15 /run-tests-for-all-php-versions.sh | |
| parent | 08c90664f0a3c01e4f938198e3af58949f64107c (diff) | |
| download | smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.tar.gz smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.tar.bz2 smarty-aab7f3db718ad1490b0730be2aebc9d4ff04f74f.zip | |
Add php8.3 support (#926)
Fixes #925
Diffstat (limited to 'run-tests-for-all-php-versions.sh')
| -rwxr-xr-x | run-tests-for-all-php-versions.sh | 1 |
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 b2a4133a..de59f303 100755 --- a/run-tests-for-all-php-versions.sh +++ b/run-tests-for-all-php-versions.sh @@ -13,3 +13,4 @@ $COMPOSE_CMD run --rm php74 ./run-tests.sh $@ && \ $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 $@ |
