Skip to content

Commit

Permalink
update nette/forms to 3.1.12
Browse files Browse the repository at this point in the history
php 8.3 support
  • Loading branch information
dakorpar committed Jan 18, 2024
1 parent 2f36d27 commit 580ba2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.2",
"nette/forms": "3.1.11",
"nette/forms": "3.1.12",
"nette/application": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 580ba2b

Please sign in to comment.