Skip to content

Commit 8ef0cac

Browse files
committed
support for PHP 8.3
1 parent 9497147 commit 8ef0cac

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']
11+
php: ['8.0', '8.1', '8.2', '8.3']
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
@@ -38,7 +38,7 @@ composer require nette/tester --dev
3838

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

41-
- Nette Tester 2.5 is compatible with PHP 8.0 to 8.2
41+
- Nette Tester 2.5 is compatible with PHP 8.0 to 8.3
4242
- Nette Tester 2.4 is compatible with PHP 7.2 to 8.2
4343
- Nette Tester 2.3 is compatible with PHP 7.1 to 8.0
4444
- Nette Tester 2.1 & 2.2 is compatible with PHP 7.1 to 7.3

0 commit comments

Comments
 (0)