Skip to content

Commit 5a28fe1

Browse files
committed
update workflow
1 parent 15f21bd commit 5a28fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-for-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP with Xdebug
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.2'
20+
php-version: '8.3'
2121
coverage: xdebug
2222

2323
- name: Install dependencies with composer
@@ -30,7 +30,7 @@ jobs:
3030
run: make lint
3131

3232
- name: Run unit tests
33-
run: vendor/bin/phpunit --coverage-clover=coverage.xml tests
33+
run: vendor/bin/phpunit --coverage-clover coverage.xml tests
3434

3535
- name: SonarQube Scan
3636
uses: SonarSource/sonarqube-scan-action@v5

0 commit comments

Comments
 (0)