Skip to content

Commit 13fdf71

Browse files
committed
Add PHP 8.4 test
1 parent e2cfe8e commit 13fdf71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['7.4']
10+
php-versions: ['7.4', '8.4']
1111
dependencies:
1212
- lowest
1313
- highest

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micheh/phpcs-gitlab",
3-
"description": "Gitlab Report for PHP_CodeSniffer (display the violations in the Gitlab CI/CD Code Quality Report)",
3+
"description": "GitLab Report for PHP_CodeSniffer (display the violations in the GitLab CI/CD Code Quality Report)",
44
"type": "library",
55
"license": "BSD-3-Clause",
66
"authors": [
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"phpstan/phpstan": "^2.0",
26-
"phpunit/phpunit": "^8.0 || ^9.0",
26+
"phpunit/phpunit": "^8.5.14 || ^9.0",
2727
"squizlabs/php_codesniffer": "^3.3.1"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)