Skip to content

Commit a2f1d0a

Browse files
authored
Bump version (#5)
* ci: 🎡 Test on PHP 8.4 * chore: 🤖 Support version 7.0
1 parent d50a4a3 commit a2f1d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, 8.3]
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, 8.4]
1212
flags: ['']
1313
include:
1414
- { php: 5.3, flags: --prefer-lowest }

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 || ^5.0 || ^6.0"
28+
"sebastian/comparator": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": ">=4.8"

0 commit comments

Comments
 (0)