Skip to content

Commit

Permalink
Added support for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 14, 2024
1 parent 28bdde0 commit f5c6dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tests:
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master
with:
phpVersions: '["8.0", "8.1", "8.2"]'
phpVersions: '["8.0", "8.1", "8.2", "8.3"]'
lowestDependencies: true

coding-style:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"type": "other", "url": "https://www.janpecha.cz/donate/"}
],
"require": {
"php": ">=8.0",
"php": "8.0 - 8.3",
"czproject/assert": "^1.4",
"nette/finder": "^2.5 || ^3.0",
"phpstan/phpdoc-parser": "^1.16"
Expand Down

0 comments on commit f5c6dad

Please sign in to comment.