File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 tests :
1414 uses : janpecha/actions/.github/workflows/nette-tester-project.yml@master
1515 with :
16- phpVersions : ' ["8.2 ", "8.3 ", "8.4 "]'
16+ phpVersions : ' ["8.3 ", "8.4 ", "8.5 "]'
1717
1818 coding-style :
1919 uses : janpecha/actions/.github/workflows/code-checker.yml@master
2020
2121 static-analysis :
2222 uses : janpecha/actions/.github/workflows/phpstan.yml@master
2323 with :
24- phpVersions : ' ["8.2 ", "8.3 ", "8.4 "]'
24+ phpVersions : ' ["8.3 ", "8.4 ", "8.5 "]'
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " 8.2 - 8.4 " ,
13+ "php" : " 8.3 - 8.5 " ,
1414 "czproject/assert" : " ^2.0" ,
1515 "czproject/path-helper" : " ^4.1" ,
1616 "czproject/git-php" : " ^4.0" ,
Original file line number Diff line number Diff line change 1616composer require janpecha/code-checker
1717```
1818
19- CodeChecker requires PHP 8.2 or later.
19+ CodeChecker requires PHP 8.3 or later.
2020
2121
2222## Usage
You can’t perform that action at this time.
0 commit comments