From 8ef0cacf4acd3ae0b006f7439626ac7872b827aa Mon Sep 17 00:00:00 2001 From: David Date: Sun, 30 Jul 2023 12:14:29 +0200 Subject: [PATCH] support for PHP 8.3 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5eec9c5f..6dda0f92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/composer.json b/composer.json index c41b77a1..0a70bfa5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": ">=8.0 <8.3" + "php": ">=8.0 <8.4" }, "require-dev": { "ext-simplexml": "*", diff --git a/readme.md b/readme.md index 6913dc02..441047e4 100644 --- a/readme.md +++ b/readme.md @@ -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