We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8040e6 commit 65b50d8Copy full SHA for 65b50d8
1 file changed
.github/workflows/ci.yml
@@ -97,6 +97,7 @@ jobs:
97
uses: codecov/codecov-action@v5
98
with:
99
token: ${{ secrets.CODECOV_TOKEN }}
100
+ slug: ${{ github.repository }}
101
102
phpstan:
103
runs-on: ubuntu-latest
@@ -168,9 +169,3 @@ jobs:
168
169
php_version: ${{ matrix.php }}
170
path: src/
171
standard: phpcs.xml
-
172
- remove_old_artifacts:
173
- runs-on: ubuntu-latest
174
175
- permissions:
176
- actions: write
0 commit comments