Skip to content

Commit 8a94811

Browse files
committed
drop PHP 5
1 parent d26732a commit 8a94811

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
include:
31-
- php-version: '5.6'
32-
composer-flags: '--prefer-stable --prefer-lowest'
3330
- php-version: '7.0'
31+
composer-flags: '--prefer-stable --prefer-lowest'
3432
- php-version: '7.1'
3533
- php-version: '7.2'
3634
- php-version: '7.3'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5 || ^7.0 || ^8.0",
13+
"php": "^7.0 || ^8.0",
1414
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0",
1515
"phpunitgoodpractices/polyfill": "^1.4"
1616
},

0 commit comments

Comments
 (0)