Skip to content

Commit 7461a3c

Browse files
committed
chore(ci): update linters
1 parent 04767a5 commit 7461a3c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
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 ./...

.github/workflows/linux_inmemory.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:
@@ -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

.github/workflows/linux_jobs.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:
@@ -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

0 commit comments

Comments
 (0)