Skip to content

Commit 74cbd32

Browse files
committed
ci
1 parent d3dd25c commit 74cbd32

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
version:
29-
- '7.3'
3029
- '8.0'
3130
- '8.1'
3231
- '8.2'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"bin": ["bin/splitio"],
2323

2424
"require": {
25-
"php": ">=7.4",
25+
"php": ">=8.0",
2626
"psr/log": "1 - 3",
2727
"predis/predis": "^2.0",
2828
"symfony/yaml": "^5.3|^6.0"

0 commit comments

Comments
 (0)