Skip to content

Commit 45586fc

Browse files
committed
Update GitHub Actions
1 parent d9b2c74 commit 45586fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- uses: actions/stale@v7
14+
- uses: actions/stale@v9
1515
with:
1616
days-before-issue-stale: 30
1717
days-before-issue-close: 14

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
env:
14-
latest_php: 8.3
14+
latest_php: 8.4
1515

1616
strategy:
1717
fail-fast: false
@@ -48,7 +48,7 @@ jobs:
4848
run: vendor/bin/phpunit --coverage-clover=coverage.xml
4949

5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v4
51+
uses: codecov/codecov-action@v5
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
files: ./coverage.xml

0 commit comments

Comments
 (0)