File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Run linter
1919 uses :
golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action> 2020 with :
21- version : v1.61 # without patch version
21+ version : v1.64 # without patch version
2222 only-new-issues : false # show only new issues if it's a pull request
2323 args : --timeout=10m --build-tags=race ./...
Original file line number Diff line number Diff line change 1717 timeout-minutes : 60
1818 strategy :
1919 matrix :
20- php : ["8.3 "]
20+ php : ["8.4 "]
2121 go : [stable]
2222 os : ["ubuntu-latest"]
2323 steps :
@@ -102,5 +102,5 @@ jobs:
102102 - name : upload to codecov
103103 uses : codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
104104 with :
105- file : ./coverage/summary.txt
105+ files : ./coverage/summary.txt
106106 fail_ci_if_error : false
Original file line number Diff line number Diff line change 1717 timeout-minutes : 60
1818 strategy :
1919 matrix :
20- php : ["8.3 "]
20+ php : ["8.4 "]
2121 go : [stable]
2222 os : ["ubuntu-latest"]
2323 steps :
@@ -102,5 +102,5 @@ jobs:
102102 - name : upload to codecov
103103 uses : codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
104104 with :
105- file : ./coverage/summary.txt
105+ files : ./coverage/summary.txt
106106 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments