File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 go-version : stable
1717
1818 - name : Run linter
19- uses :
golangci/[email protected] .2 # Action page: <https://github.com/golangci/golangci-lint-action> 19+ uses :
golangci/[email protected] .3 # 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 :
9393 - name : upload to codecov
9494 uses : codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
9595 with :
96- file : ./coverage/summary.txt
96+ files : ./coverage/summary.txt
9797 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments