From 7e890124a8357b68f800fe9a292a6a55a86d3443 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 15 Mar 2024 23:03:44 +0100 Subject: [PATCH] Update PHP 8.1 and PHP 8.2 CI image --- .woodpecker/.phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index e6b761c4..c590b933 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -5,9 +5,9 @@ matrix: - PHP_MAJOR_VERSION: 8.0 PHP_VERSION: 8.0.30 - PHP_MAJOR_VERSION: 8.1 - PHP_VERSION: 8.1.23 + PHP_VERSION: 8.1.27 - PHP_MAJOR_VERSION: 8.2 - PHP_VERSION: 8.2.11 + PHP_VERSION: 8.2.16 - PHP_MAJOR_VERSION: 8.3 PHP_VERSION: 8.3.3