From 631f14f07e7065690b31db8f95f559c9fe642497 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Tue, 19 Dec 2023 09:16:37 +0100 Subject: [PATCH] [github] disable <8.3 php version tests --- .github/workflows/continuous-integration.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 537f5ec2d..75453210b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -17,10 +17,10 @@ jobs: strategy: matrix: php-version: - - "7.4" - - "8.0" - - "8.1" - - "8.2" +# - "7.4" +# - "8.0" +# - "8.1" +# - "8.2" - "8.3" memcached-version: - "1.6"