From 1a2690b92bb6a538439f2921e34a63d259838da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20K=C5=99ehula?= Date: Mon, 3 Oct 2022 13:29:29 +0200 Subject: [PATCH] =?UTF-8?q?Coding=20standard=20-=20pov=C3=BD=C5=A1en=C3=AD?= =?UTF-8?q?=20na=20podporu=20PHP=208.1=20a=20vy=C5=A1=C5=A1=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/php-package-ci.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-package-ci.yml b/.github/workflows/php-package-ci.yml index 0985c72..916fe5c 100644 --- a/.github/workflows/php-package-ci.yml +++ b/.github/workflows/php-package-ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ 7.4, 8.0 ] + php: [ 8.1 ] steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 9ab5c50..7f78c1e 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "pd/coding-standard", "description": "Coding standard pro PeckaDesign", "require": { - "php": "7.4.* || 8.*", + "php": "^8.1", "squizlabs/php_codesniffer": "3.*", - "slevomat/coding-standard": "7.0.*", + "slevomat/coding-standard": "8.*", "escapestudios/symfony2-coding-standard": "3.*" }, "license": "MIT",