Skip to content

Commit

Permalink
support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 30, 2023
1 parent 9497147 commit 8ef0cac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']

fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=8.0 <8.3"
"php": ">=8.0 <8.4"
},
"require-dev": {
"ext-simplexml": "*",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -38,7 +38,7 @@ composer require nette/tester --dev

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

- Nette Tester 2.5 is compatible with PHP 8.0 to 8.2
- Nette Tester 2.5 is compatible with PHP 8.0 to 8.3
- Nette Tester 2.4 is compatible with PHP 7.2 to 8.2
- Nette Tester 2.3 is compatible with PHP 7.1 to 8.0
- Nette Tester 2.1 & 2.2 is compatible with PHP 7.1 to 7.3
Expand Down

0 comments on commit 8ef0cac

Please sign in to comment.