From 554c83e50b87519a0c22bf37fe10b2f196d7f1ac Mon Sep 17 00:00:00 2001 From: Christian Lopez Espinola Date: Sat, 27 Apr 2024 10:20:28 +0200 Subject: [PATCH] php8.3 is required. --- .tugboat/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tugboat/config.yml b/.tugboat/config.yml index a349ff0..558b2f8 100644 --- a/.tugboat/config.yml +++ b/.tugboat/config.yml @@ -1,6 +1,6 @@ services: php: - image: tugboatqa/php:8.1-apache + image: tugboatqa/php:8.3-apache default: true # Wait until the mysql service is done building depends: mysql