Skip to content

Commit 28714e3

Browse files
committed
some refactoring for Maintainability
1 parent 05da8e9 commit 28714e3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
name: CI
42

53
on:
@@ -14,8 +12,8 @@ jobs:
1412
timeout-minutes: 30
1513
strategy:
1614
matrix:
17-
laravel: [10, 11]
18-
php: [8.2, 8.3, 8.4]
15+
laravel: [ 10, 11 ]
16+
php: [ 8.2, 8.3, 8.4 ]
1917
include:
2018
# Laravel 11: PHP 8.2–8.4
2119
- laravel: 11
@@ -29,7 +27,7 @@ jobs:
2927
php: 8.4
3028
- laravel: 11
3129
php: 8.1
32-
mysql: [5.7]
30+
mysql: [ 5.7 ]
3331

3432
services:
3533
mysql:
@@ -108,5 +106,5 @@ jobs:
108106
if: env.CC_TEST_REPORTER_ID != ''
109107
env:
110108
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
111-
run: ./cc-test-reporter after-build -t clover --exit-code 0
109+
run: ./cc-test-reporter after-build -t clover -p clover.xml --exit-code 0
112110

0 commit comments

Comments
 (0)