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 cde2af5 commit 2777a0dCopy full SHA for 2777a0d
.github/workflows/tests.yml
@@ -70,7 +70,7 @@ jobs:
70
run: phpdoc --config=phpdoc.xml
71
72
- name: "Publish Docs to gh-pages"
73
- uses: JamesIves/[email protected].3
+ uses: JamesIves/[email protected].4
74
with:
75
branch: gh-pages
76
folder: docs
@@ -112,6 +112,4 @@ jobs:
112
run: php vendor/bin/phpunit --configuration=phpunit.xml
113
114
- name: "Send code coverage report to Codecov.io"
115
- uses: codecov/codecov-action@v1
116
- with:
117
- token: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@v3
0 commit comments