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:
Michael Grunder
2024-04-08 14:53:27 -07:00
committed by GitHub
parent da4ab0a72c
commit dc39bd55a0
+2 -2
View File
@@ -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