8000 Remove 7.2 and 7.3 from CI. (#2478) · phpredis/phpredis@dc39bd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc39bd5

Browse files
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.
1 parent da4ab0a commit dc39bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
fail-fast: false
7575
matrix:
76-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
76+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
7777
server: ['redis', 'keydb', 'valkey']
7878

7979
steps:
@@ -234,7 +234,7 @@ jobs:
234234
strategy:
235235
fail-fast: false
236236
matrix:
237-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
237+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
238238
steps:
239239
- name: Checkout
240240
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0