Skip to content

Commit 1a2690b

Browse files
committed
Coding standard - povýšení na podporu PHP 8.1 a vyšší
1 parent 3b051a6 commit 1a2690b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/php-package-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php: [ 7.4, 8.0 ]
12+
php: [ 8.1 ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: shivammathur/setup-php@v2

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "pd/coding-standard",
33
"description": "Coding standard pro PeckaDesign",
44
"require": {
5-
"php": "7.4.* || 8.*",
5+
"php": "^8.1",
66
"squizlabs/php_codesniffer": "3.*",
7-
"slevomat/coding-standard": "7.0.*",
7+
"slevomat/coding-standard": "8.*",
88
"escapestudios/symfony2-coding-standard": "3.*"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)