From bb87c0f1e6695a132effe392fd8bc37fb9febbe5 Mon Sep 17 00:00:00 2001 From: wodbot Date: Sun, 1 Oct 2023 02:12:33 +0000 Subject: [PATCH] Update php stability tag to 4.40.6 --- .env | 10 +++++----- tests/.env | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 3e01891..5968247 100644 --- a/.env +++ b/.env @@ -18,15 +18,15 @@ DB_DRIVER=mysql # Linux (uid 1000 gid 1000) -PHP_TAG=8.2-dev-4.40.4 +PHP_TAG=8.2-dev-4.40.6 # PHP_TAG=8.1-dev-4.34.0 -#PHP_TAG=8.0-dev-4.40.4 +#PHP_TAG=8.0-dev-4.40.6 # macOS (uid 501 gid 20) -#PHP_TAG=8.2-dev-macos-4.40.4 -#PHP_TAG=8.1-dev-macos-4.40.4 -#PHP_TAG=8.0-dev-macos-4.40.4 +#PHP_TAG=8.2-dev-macos-4.40.6 +#PHP_TAG=8.1-dev-macos-4.40.6 +#PHP_TAG=8.0-dev-macos-4.40.6 ### --- NGINX ---- diff --git a/tests/.env b/tests/.env index bc08b27..c0a2678 100644 --- a/tests/.env +++ b/tests/.env @@ -8,4 +8,4 @@ DB_DRIVER=mysql MARIADB_TAG=11.0-3.26.4 NGINX_TAG=1.25-5.33.5 -PHP_STABILITY_TAG=4.40.4 \ No newline at end of file +PHP_STABILITY_TAG=4.40.6 \ No newline at end of file