From 757a2c2816c0cd4a8daa590b1f2187a8aef762c8 Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:37:58 +0100 Subject: [PATCH] [#359] Add PHP 8.2 support --- .github/workflows/coding-standards.yml | 1 + .github/workflows/mutation-tests.yml | 1 + .github/workflows/phpunit.yml | 1 + .github/workflows/psalm.yml | 1 + composer.json | 4 ++-- 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 6ae6269..3e525a5 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -22,6 +22,7 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 9e7bd65..edc13a3 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -22,6 +22,7 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index be2b672..3cd778c 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -22,6 +22,7 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index d9adca4..e7909be 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -22,6 +22,7 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" operating-system: - "ubuntu-latest" diff --git a/composer.json b/composer.json index 6ee09bb..4ca2adf 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.4|^8.0|^8.1", + "php": "^7.4|^8.0|^8.1|^8.2", "pheature/toggle-core": "^0.5", "psr/event-dispatcher": "^1.0" }, @@ -28,7 +28,7 @@ "phpunit/phpunit": "^8.0 || ^9.0", "roave/infection-static-analysis-plugin": "^1.18", "squizlabs/php_codesniffer": "^3.4", - "symfony/var-dumper": "^4.2 || ^5.0", + "symfony/var-dumper": "^4.2 || ^5.0 || ^6.0", "vimeo/psalm": "^4.4" }, "autoload": {