Skip to content

Commit 688547a

Browse files
committed
PHP 8.5
1 parent fa56c72 commit 688547a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.4, 8.3, 8.2]
11+
php: [8.5, 8.4, 8.3, 8.2]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest, windows-latest]
1414

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
$config = include 'vendor/phpfui/phpunit-syntax-coverage/PhpCsFixer.php';
10+
$config->setUnsupportedPhpVersionAllowed(true);
1011

1112
return $config->setFinder(PhpCsFixer\Finder::create()
1213
->exclude('vendor')

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"spatie/guzzle-rate-limiter-middleware": "^2.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "<=12.0",
20+
"phpunit/phpunit": "*",
2121
"gitonomy/gitlib": ">=1.2",
2222
"phpfui/phpunit-syntax-coverage": "^1.0",
2323
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)