Skip to content

Commit f6ca8e0

Browse files
Roman3349f3l1x
authored andcommitted
Composer: require PHP 8.2+
Signed-off-by: Roman Ondráček <[email protected]>
1 parent 2b3b2a2 commit f6ca8e0

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@ jobs:
3535
with:
3636
php: "8.2"
3737

38-
test81:
39-
name: "Nette Tester"
40-
uses: contributte/.github/.github/workflows/nette-tester.yml@master
41-
with:
42-
php: "8.1"
43-
4438
testlower:
4539
name: "Nette Tester"
4640
uses: contributte/.github/.github/workflows/nette-tester.yml@master
4741
with:
48-
php: "8.1"
42+
php: "8.2"
4943
composer: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable --prefer-lowest"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For details on how to use this package, check out our [documentation](.docs).
3838

3939
| State | Version | Branch | Nette | PHP |
4040
|--------|-----------|----------|--------|---------|
41-
| dev | `^0.11.0` | `master` | `3.2+` | `>=8.1` |
41+
| dev | `^0.11.0` | `master` | `3.2+` | `>=8.2` |
4242
| stable | `^0.10.0` | `master` | `3.2+` | `>=8.1` |
4343

4444

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
19+
"php": ">=8.2",
2020
"nette/di": "^3.1.8",
2121
"symfony/console": "^6.4.2 || ^7.0.2"
2222
},

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ includes:
33

44
parameters:
55
level: 9
6-
phpVersion: 80100
6+
phpVersion: 80200
77

88
scanDirectories:
99
- src

ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ruleset name="Contributte" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
33
<!-- Rulesets -->
4-
<rule ref="./vendor/contributte/qa/ruleset-8.0.xml"/>
4+
<rule ref="./vendor/contributte/qa/ruleset-8.2.xml"/>
55

66
<!-- Rules -->
77
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">

0 commit comments

Comments
 (0)