Skip to content

Commit da7338b

Browse files
committed
Fix indentation in workflow file
1 parent 17df014 commit da7338b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- laravel: 8.*
2121
testbench: 6.*
2222
exclude:
23-
- laravel: 8.*
24-
php: 7.2
23+
- laravel: 8.*
24+
php: 7.2
2525

2626
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2727

@@ -53,5 +53,5 @@ jobs:
5353
- name: Run Codacy Coverage Reporter
5454
uses: codacy/codacy-coverage-reporter-action@master
5555
with:
56-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
57-
coverage-reports: coverage.xml
56+
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
57+
coverage-reports: coverage.xml

0 commit comments

Comments
 (0)