From 5dfaf4a3087eef2c9f9150e7228bec6c6a6c0a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Sun, 29 Oct 2023 22:01:03 +0100 Subject: [PATCH] Allow PHP 8.3 --- .github/workflows/ci.yaml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85e65b0..f97ed89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,7 @@ jobs: - 8.0 - 8.1 - 8.2 + - 8.3 composer_args: - '--prefer-stable' - '--prefer-stable --prefer-lowest' diff --git a/composer.json b/composer.json index da802e6..5be2699 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues": "https://github.com/kdyby/autowired/issues" }, "require": { - "php": ">=8.0 <8.3", + "php": ">=8.0 <8.4", "nette/utils": "^3.2.5 || ^4.0", "nette/di": "^3.0.10", "nette/component-model": "^3.0.2",