Skip to content

Commit d8f60df

Browse files
authored
Run tests on PHP 8.5 too (#19)
Also require Tester with PHP 8.5 support, otherwise `--prefer-lowest` tests fail on 8.5.
2 parents c3eb785 + 70b5d31 commit d8f60df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- "8.2"
1616
- "8.3"
1717
- "8.4"
18+
- "8.5"
1819
update-options:
1920
- ""
2021
- "--prefer-lowest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php-parallel-lint/php-console-highlighter": "^1.0",
1919
"phpstan/phpstan": "^2.1",
2020
"spaze/coding-standard": "^1.8",
21-
"nette/tester": "^2.4"
21+
"nette/tester": "^2.5.7"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)