Skip to content

Commit fcbad57

Browse files
committed
Require PHP 8.0 or newer
1 parent a2ccd4f commit fcbad57

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- 7.1
14-
- 7.2
15-
- 7.3
16-
- 7.4
1713
- 8.0
1814
- 8.1
1915

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1 || ^8.0"
14+
"php": "^8.0"
1515
},
1616
"require-dev": {
1717
"php-parallel-lint/php-parallel-lint": "^1.2",

0 commit comments

Comments
 (0)