From 13fdf71cb3eee383b2790d65f0a55b51462e901e Mon Sep 17 00:00:00 2001 From: Michel Hunziker Date: Mon, 30 Dec 2024 12:42:53 +0100 Subject: [PATCH] Add PHP 8.4 test --- .github/workflows/main.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index def0898..02af603 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4'] + php-versions: ['7.4', '8.4'] dependencies: - lowest - highest diff --git a/composer.json b/composer.json index 3e4d4d0..ca9f405 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "micheh/phpcs-gitlab", - "description": "Gitlab Report for PHP_CodeSniffer (display the violations in the Gitlab CI/CD Code Quality Report)", + "description": "GitLab Report for PHP_CodeSniffer (display the violations in the GitLab CI/CD Code Quality Report)", "type": "library", "license": "BSD-3-Clause", "authors": [ @@ -23,7 +23,7 @@ }, "require-dev": { "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^8.0 || ^9.0", + "phpunit/phpunit": "^8.5.14 || ^9.0", "squizlabs/php_codesniffer": "^3.3.1" }, "autoload": {