Skip to content

Commit c3eb785

Browse files
authored
Drop PHP 7.4 support (#18)
Because the nette/tester version that supports PHP 8.5 doesn't support 7.4, and test with `--prefer-lowest` would fail with anything else than nette/tester with 8.5 support.
2 parents 61e9d89 + 93297a2 commit c3eb785

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- "7.4"
1413
- "8.0"
1514
- "8.1"
1615
- "8.2"

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.4 || ^8.0"
14+
"php": "^8.0"
1515
},
1616
"require-dev": {
1717
"php-parallel-lint/php-parallel-lint": "^1.4",

0 commit comments

Comments
 (0)