Skip to content

Commit e717221

Browse files
committed
chore(ci): update linters
1 parent 85ff39a commit e717221

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
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

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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:
@@ -89,5 +89,5 @@ jobs:
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

0 commit comments

Comments
 (0)