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 11name : Tests
22
3- on : [ push, pull_request ]
3+ on :
4+ - push
5+ - pull_request
46
57jobs :
68 test :
79 runs-on : ubuntu-latest
10+
811 strategy :
912 fail-fast : true
1013 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]
1417 exclude :
1518 - laravel : 11.*
1619 php : 8.1
20+ - laravel : 12.*
21+ php : 8.1
1722 include :
1823 - laravel : 10.*
1924 testbench : 8.*
2025 - laravel : 11.*
2126 testbench : 9.*
27+ - laravel : 12.*
28+ testbench : 10.*
2229
2330 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2431
4552 - name : Execute tests
4653 run : vendor/bin/phpunit --coverage-clover=coverage.xml
4754
48- - if : github.event_name == 'push'
55+ - if : " github.event_name == 'push'"
4956 name : Run Codacy Coverage Reporter
5057 uses : codacy/codacy-coverage-reporter-action@master
5158 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