From 4f38e0530675342238fb6db2bce976e885b6b123 Mon Sep 17 00:00:00 2001 From: Philipp Staender Date: Sun, 7 May 2023 19:53:43 +0200 Subject: [PATCH] 7.3+ --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d90a298..016d0ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - 6379:6379 strategy: matrix: - php-versions: ['7.1', '8.0', '8.1', '8.2'] + php-versions: ['7.3', '8.0', '8.2'] steps: - name: Checkout diff --git a/README.md b/README.md index a9bb087..97ce05c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Enables usage of redis cache for SilverStripe. ## Requirements * SilverStripe v4 - * PHP 7.1+ + * Tested on PHP 7.3+ * Redis ## Pre-install