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/golangci-lint-action@v6.3.2 # Action page: <https://github.com/golangci/golangci-lint-action>
19+ uses : golangci/golangci-lint-action@v6.3.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 99 timeout-minutes : 60
1010 strategy :
1111 matrix :
12- php : [ "8.3 " ]
12+ php : [ "8.4 " ]
1313 go : [ stable ]
1414 os : [ "ubuntu-latest" ]
1515 steps :
8989 - name : upload to codecov
9090 uses : codecov/codecov-action@v5 # Docs: <https://github.com/codecov/codecov-action>
9191 with :
92- file : ./coverage/summary.txt
92+ files : ./coverage/summary.txt
9393 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments