Skip to content

Commit

Permalink
Add PHP 8.4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
micheh committed Dec 30, 2024
1 parent e2cfe8e commit 13fdf71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4']
php-versions: ['7.4', '8.4']
dependencies:
- lowest
- highest
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down

0 comments on commit 13fdf71

Please sign in to comment.