From a35f281123c7972f69c909c564433e36878f6eed Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Wed, 5 Jul 2023 14:06:28 +0200 Subject: [PATCH] Update PHP versions and add PHP 8.2 for testing --- .woodpecker/.phpunit.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.phpunit.yml b/.woodpecker/.phpunit.yml index aee7fd384..a2f8f45d7 100644 --- a/.woodpecker/.phpunit.yml +++ b/.woodpecker/.phpunit.yml @@ -5,9 +5,11 @@ matrix: - PHP_MAJOR_VERSION: 7.4 PHP_VERSION: 7.4.33 - PHP_MAJOR_VERSION: 8.0 - PHP_VERSION: 8.0.25 + PHP_VERSION: 8.0.29 - PHP_MAJOR_VERSION: 8.1 - PHP_VERSION: 8.1.12 + PHP_VERSION: 8.1.20 + - PHP_MAJOR_VERSION: 8.2 + PHP_VERSION: 8.2.7 # This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...) labels: