Skip to content

Commit d50a4a3

Browse files
authored
chore: 🤖 Support v5 + v6 and test on PHP 8.3 (#4)
* chore: 🤖 Support v5 + v6 and test on PHP 8.3 * docs: ✏️ Update README
1 parent 25032e9 commit d50a4a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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 }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Fixes `assertSame()`/`assertEquals()` serialization errors running in separate p
66

77
- php: `>=5.3.3`
88
- [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit): `>=4.8.0`
9-
- [sebastianbergmann/comparator](https://github.com/sebastianbergmann/comparator): `^1.0 || ^2.0 || ^3.0 || ^4.0`
9+
- [sebastianbergmann/comparator](https://github.com/sebastianbergmann/comparator): `^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0`
1010

1111
## Installing
1212

composer.json

Lines changed: 1 addition & 1 deletion
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)