We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f21bd commit 5a28fe1Copy full SHA for 5a28fe1
.github/workflows/check-for-linter.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup PHP with Xdebug
18
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: '8.2'
+ php-version: '8.3'
21
coverage: xdebug
22
23
- name: Install dependencies with composer
@@ -30,7 +30,7 @@ jobs:
30
run: make lint
31
32
- name: Run unit tests
33
- run: vendor/bin/phpunit --coverage-clover=coverage.xml tests
+ run: vendor/bin/phpunit --coverage-clover coverage.xml tests
34
35
- name: SonarQube Scan
36
uses: SonarSource/sonarqube-scan-action@v5
0 commit comments