From 9bd1f2160fc172ccbad1d12210a74c7a3436ea57 Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Tue, 12 Dec 2023 09:09:33 +0100 Subject: [PATCH] Uncomment skipped tests --- .circleci/continue_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 2b4da883846..fa95ce39bcd 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -3831,7 +3831,7 @@ workflows: - PHP_MAJOR=8 PHP_MINOR=0 - PHP_MAJOR=8 PHP_MINOR=1 - PHP_MAJOR=8 PHP_MINOR=2 - # - PHP_MAJOR=8 PHP_MINOR=3 + - PHP_MAJOR=8 PHP_MINOR=3 - verify_debian: requires: [ "package extension" ] matrix: @@ -3853,7 +3853,7 @@ workflows: - PHP_VERSION=8.0 - PHP_VERSION=8.1 - PHP_VERSION=8.2 - # - PHP_VERSION=8.3 + - PHP_VERSION=8.3 - verify_tar_gz: requires: [ "package extension" ]