mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Remove 7.2 and 7.3 from CI. (#2478)
< 8.1 is EOL but no one upgrades when they should so it's probably prudent to make sure we still compile against 7.4.
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
server: ['redis', 'keydb', 'valkey']
|
||||
|
||||
steps:
|
||||
@@ -234,7 +234,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user