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 05da8e9 commit 28714e3Copy full SHA for 28714e3
.github/workflows/ci.yml
@@ -1,5 +1,3 @@
1
-
2
3
name: CI
4
5
on:
@@ -14,8 +12,8 @@ jobs:
14
12
timeout-minutes: 30
15
13
strategy:
16
matrix:
17
- laravel: [10, 11]
18
- php: [8.2, 8.3, 8.4]
+ laravel: [ 10, 11 ]
+ php: [ 8.2, 8.3, 8.4 ]
19
include:
20
# Laravel 11: PHP 8.2–8.4
21
- laravel: 11
@@ -29,7 +27,7 @@ jobs:
29
27
php: 8.4
30
28
31
php: 8.1
32
- mysql: [5.7]
+ mysql: [ 5.7 ]
33
34
services:
35
mysql:
@@ -108,5 +106,5 @@ jobs:
108
106
if: env.CC_TEST_REPORTER_ID != ''
109
107
env:
110
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
111
- run: ./cc-test-reporter after-build -t clover --exit-code 0
+ run: ./cc-test-reporter after-build -t clover -p clover.xml --exit-code 0
112
0 commit comments