Skip to content

Commit 395d59c

Browse files
committed
PHP 8.4 support
1 parent 4c573bc commit 395d59c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3, 8.2, 8.1, 8.0]
11+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest, windows-latest]
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.0 <8.4"
15+
"php": ">=8.0 <8.5"
1616
},
1717
"autoload": {
1818
"psr-4": {"PHPFUI\\PHPUnitSyntaxCoverage\\": "src/PHPFUI/PHPUnitSyntaxCoverage/"}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<phpunit backupGlobals="false"
44
colors="true"
5-
stopOnDeprecation="true"
5+
displayDetailsOnTestsThatTriggerDeprecations="true"
66
processIsolation="false"
77
stopOnFailure="false"
88
bootstrap="./tests/bootstrap.php"

0 commit comments

Comments
 (0)