File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ jobs:
25
25
- name : Run linter
26
26
run : make lint analyse
27
27
28
- - name : Run test & publish code coverage
29
-
30
- env :
31
- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
32
- with :
33
- coverageCommand : make test-coverage
34
- coverageLocations : ${{github.workplace}}/build/logs/clover.xml:clover
35
- debug : true
28
+ - run : make test
29
+
30
+ # - name: Run test & publish code coverage
31
+ # uses: paambaati/[email protected]
32
+ # env:
33
+ # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
34
+ # with:
35
+ # coverageCommand: make test-coverage
36
+ # coverageLocations: ${{github.workplace}}/build/logs/clover.xml:clover
37
+ # debug: true
Original file line number Diff line number Diff line change 4
4
"version" : " 3.0.0" ,
5
5
"type" : " library" ,
6
6
"require" : {
7
- "php" : " >=8.3 " ,
7
+ "php" : " >=8.2 " ,
8
8
"phpstan/phpstan" : " ^2.1" ,
9
9
"illuminate/collections" : " ^12"
10
10
},
You can’t perform that action at this time.
0 commit comments