Skip to content

Commit bc2c936

Browse files
committed
chore: 🤖 Support v5 + v6 and test on PHP 8.3
1 parent 25032e9 commit bc2c936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [5.3, 5.4, 5.5, 5.6, '7.0', 7.1, 7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
11+
php: [5.3, 5.4, 5.5, 5.6, '7.0', 7.1, 7.2, 7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
1212
flags: ['']
1313
include:
1414
- { php: 5.3, flags: --prefer-lowest }

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"php": ">=5.3.3",
28-
"sebastian/comparator": "^1.0 || ^2.0 || ^3.0 || ^4.0"
28+
"sebastian/comparator": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": ">=4.8"

0 commit comments

Comments
 (0)