File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout"
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929
3030 - name : " Install PHP"
3131 uses : shivammathur/setup-php@v2
@@ -48,12 +48,12 @@ jobs:
4848
4949 steps :
5050 - name : " Checkout sources"
51- uses : actions/checkout@v2
51+ uses : actions/checkout@v3
5252
5353 - name : " Install PHP"
5454 uses : shivammathur/setup-php@v2
5555 with :
56- php-version : " 7.4 "
56+ php-version : " 8.1 "
5757 coverage : none
5858 tools : phpDocumentor
5959 extensions : json
6262 run : phpdoc --config=phpdoc.xml
6363
6464 - name : " Publish Docs to gh-pages"
65- uses : JamesIves/github-pages-deploy-action@v4.2.5
65+ uses : JamesIves/github-pages-deploy-action@v4.3.4
6666 with :
6767 branch : gh-pages
6868 folder : docs
8686
8787 steps :
8888 - name : " Checkout"
89- uses : actions/checkout@v2
89+ uses : actions/checkout@v3
9090
9191 - name : " Install PHP with extensions"
9292 uses : shivammathur/setup-php@v2
@@ -102,6 +102,4 @@ jobs:
102102 run : php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml
103103
104104 - name : " Send code coverage report to Codecov.io"
105- uses : codecov/codecov-action@v1
106- with :
107- token : ${{ secrets.CODECOV_TOKEN }}
105+ uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments