From 74cbd32cef0fc3352f98e69f26bdd56c468f21ba Mon Sep 17 00:00:00 2001 From: Matias Melograno Date: Wed, 17 May 2023 12:05:36 -0300 Subject: [PATCH] ci --- .github/workflows/ci.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaa28b72..d97d84a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ jobs: fail-fast: false matrix: version: - - '7.3' - '8.0' - '8.1' - '8.2' diff --git a/composer.json b/composer.json index ffe51fbb..b89c07b5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "bin": ["bin/splitio"], "require": { - "php": ">=7.4", + "php": ">=8.0", "psr/log": "1 - 3", "predis/predis": "^2.0", "symfony/yaml": "^5.3|^6.0"