Skip to content

Commit 7c94024

Browse files
committed
chore(ci): update linters
1 parent ea022b9 commit 7c94024

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/[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 ./...

.github/workflows/linux.yml

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

0 commit comments

Comments
 (0)