Skip to content

Commit 8b22550

Browse files
committed
tested on PHP 8.4
1 parent ee0a4b8 commit 8b22550

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
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
php: ['8.0', '8.1', '8.2', '8.3']
11+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1212

1313
fail-fast: false
1414

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "8.0 - 8.3"
22+
"php": "8.0 - 8.4"
2323
},
2424
"require-dev": {
2525
"ext-simplexml": "*",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ composer require nette/tester --dev
4040

4141
Alternatively, you can download the [tester.phar](https://github.com/nette/tester/releases) file.
4242

43-
Nette Tester 2.5 is compatible with PHP 8.0 to 8.3. Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.
43+
Nette Tester 2.5 is compatible with PHP 8.0 to 8.4. Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.
4444

4545
 <!---->
4646

0 commit comments

Comments
 (0)