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": {