We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f3f0c commit 0c14c79Copy full SHA for 0c14c79
1 file changed
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
dependencies: ["lowest", "highest"]
18
php-version:
19
- "8.2"
20
+ - "8.3"
21
operating-system: ["ubuntu-latest"]
22
23
steps:
@@ -48,6 +49,7 @@ jobs:
48
49
run: "vendor/bin/phpunit --exclude-group redis"
50
51
- name: "Coding style"
52
+ if: ${{ matrix.dependencies == 'highest' }}
53
run: "vendor/bin/phpcs --report=summary"
54
55
- name: "Static analysis"
0 commit comments