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": {