Skip to content

Commit

Permalink
7.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed May 7, 2023
1 parent 6666c77 commit 4f38e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 4f38e05

Please sign in to comment.