From 580ba2b8a3c352940ca9b47639424d16c61e3133 Mon Sep 17 00:00:00 2001 From: Dalibor Korpar Date: Thu, 18 Jan 2024 09:54:21 +0100 Subject: [PATCH] update nette/forms to 3.1.12 php 8.3 support --- .github/workflows/main.yaml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 654a0be..11a07ca 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -138,14 +138,14 @@ jobs: strategy: matrix: - php-version: [ "7.2", "7.3", "7.4", "8.0", "8.1" ] + php-version: [ "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] operating-system: [ "ubuntu-latest" ] composer-args: [ "" ] include: - php-version: "7.2" operating-system: "ubuntu-latest" composer-args: "--prefer-lowest" - - php-version: "8.2" + - php-version: "8.3" operating-system: "ubuntu-latest" composer-args: "--ignore-platform-reqs" fail-fast: false diff --git a/composer.json b/composer.json index 36dd0a0..e66fa11 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": ">=7.2", - "nette/forms": "3.1.11", + "nette/forms": "3.1.12", "nette/application": "^3.0" }, "require-dev": {