Skip to content

Commit f5c6dad

Browse files
committed
Added support for PHP 8.3
1 parent 28bdde0 commit f5c6dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
tests:
1414
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master
1515
with:
16-
phpVersions: '["8.0", "8.1", "8.2"]'
16+
phpVersions: '["8.0", "8.1", "8.2", "8.3"]'
1717
lowestDependencies: true
1818

1919
coding-style:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{"type": "other", "url": "https://www.janpecha.cz/donate/"}
1414
],
1515
"require": {
16-
"php": ">=8.0",
16+
"php": "8.0 - 8.3",
1717
"czproject/assert": "^1.4",
1818
"nette/finder": "^2.5 || ^3.0",
1919
"phpstan/phpdoc-parser": "^1.16"

0 commit comments

Comments
 (0)