Skip to content

Commit 161ce7a

Browse files
authored
Merge pull request #40 from peckadesign/php8
Přidána podpora PHP 8.0
2 parents 132aa87 + 0672ee0 commit 161ce7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php-versions: ['7.1', '7.2', '7.3', '7.4']
13+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
1414
name: Jednotkové testy
1515
steps:
1616
- name: Informace o prostředí

composer.json

Lines changed: 2 additions & 2 deletions
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.*",
5+
"php": "7.* || 8.*",
66
"squizlabs/php_codesniffer": "3.*",
7-
"slevomat/coding-standard": "6.3.*",
7+
"slevomat/coding-standard": "6.4.*",
88
"escapestudios/symfony2-coding-standard": "3.*"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)