From 263f9eaa300a71ab9177cd3f31050aae625041a7 Mon Sep 17 00:00:00 2001 From: wodbot Date: Sat, 26 Oct 2024 02:25:11 +0000 Subject: [PATCH] Update php stability tag to 4.53.3 --- .env | 12 ++++++------ tests/.env | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index fca17d0..6289056 100644 --- a/.env +++ b/.env @@ -18,15 +18,15 @@ DB_DRIVER=mysql # Linux (uid 1000 gid 1000) -PHP_TAG=8.3-dev-4.53.2 -#PHP_TAG=8.2-dev-4.53.2 -#PHP_TAG=8.1-dev-4.53.2 +PHP_TAG=8.3-dev-4.53.3 +#PHP_TAG=8.2-dev-4.53.3 +#PHP_TAG=8.1-dev-4.53.3 # macOS (uid 501 gid 20) -#PHP_TAG=8.3-dev-macos-4.53.2 -#PHP_TAG=8.2-dev-macos-4.53.2 -#PHP_TAG=8.1-dev-macos-4.53.2 +#PHP_TAG=8.3-dev-macos-4.53.3 +#PHP_TAG=8.2-dev-macos-4.53.3 +#PHP_TAG=8.1-dev-macos-4.53.3 ### --- NGINX ---- diff --git a/tests/.env b/tests/.env index d48ebcf..aa7c00c 100644 --- a/tests/.env +++ b/tests/.env @@ -8,4 +8,4 @@ DB_DRIVER=mysql MARIADB_TAG=11.4-3.30.0 NGINX_TAG=1.27-5.39.10 -PHP_STABILITY_TAG=4.53.2 \ No newline at end of file +PHP_STABILITY_TAG=4.53.3 \ No newline at end of file