File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Tests
2
2
3
- on : [ push, pull_request ]
3
+ on :
4
+ - push
5
+ - pull_request
4
6
5
7
jobs :
6
8
test :
7
9
runs-on : ubuntu-latest
10
+
8
11
strategy :
9
12
fail-fast : true
10
13
matrix :
11
- php : [ 8.1, 8.2, 8.3 ]
12
- laravel : [ 10.*, 11.* ]
13
- dependency-version : [ prefer-stable ]
14
+ php : [8.1, 8.2, 8.3]
15
+ laravel : [' 10.*', ' 11.*', '12.*' ]
16
+ dependency-version : [prefer-stable]
14
17
exclude :
15
18
- laravel : 11.*
16
19
php : 8.1
20
+ - laravel : 12.*
21
+ php : 8.1
17
22
include :
18
23
- laravel : 10.*
19
24
testbench : 8.*
20
25
- laravel : 11.*
21
26
testbench : 9.*
27
+ - laravel : 12.*
28
+ testbench : 10.*
22
29
23
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
24
31
45
52
- name : Execute tests
46
53
run : vendor/bin/phpunit --coverage-clover=coverage.xml
47
54
48
- - if : github.event_name == 'push'
55
+ - if : " github.event_name == 'push'"
49
56
name : Run Codacy Coverage Reporter
50
57
uses : codacy/codacy-coverage-reporter-action@master
51
58
with :
52
- project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
53
- coverage-reports : coverage.xml
59
+ project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
60
+ coverage-reports : coverage.xml
You can’t perform that action at this time.
0 commit comments