Skip to content

Commit c86ff1d

Browse files
committed
Composer: requires PHP 8.3 - 8.5
1 parent f9f65c2 commit c86ff1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"]'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
composer 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

0 commit comments

Comments
 (0)