Skip to content

Commit 056f8f2

Browse files
committed
Drop 7.2 support for PHPUnit (thank god for PHPUnit!)
1 parent 7d3a093 commit 056f8f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.0, 7.4, 7.3, 7.2]
11+
php: [8.0, 7.4, 7.3]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest, windows-latest]
1414

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2 | <8.1",
15+
"php": "^7.3 | <8.1",
1616
"rexxars/html-validator": ">=2.2"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)