Skip to content

Commit 65b50d8

Browse files
committed
ci: upgrade test runners
1 parent a8040e6 commit 65b50d8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
uses: codecov/codecov-action@v5
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100+
slug: ${{ github.repository }}
100101

101102
phpstan:
102103
runs-on: ubuntu-latest
@@ -168,9 +169,3 @@ jobs:
168169
php_version: ${{ matrix.php }}
169170
path: src/
170171
standard: phpcs.xml
171-
172-
remove_old_artifacts:
173-
runs-on: ubuntu-latest
174-
175-
permissions:
176-
actions: write

0 commit comments

Comments
 (0)