File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 - name : Uploading coverage to coveralls
6060 env :
6161 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62- run : make report-coveralls --no-print-directory
62+ run : make report-coveralls --no-print-directory || true
6363
6464 - name : Upload Artifacts
6565 uses : actions/upload-artifact@v2
8585 uses : shivammathur/setup-php@v2
8686 with :
8787 php-version : ${{ matrix.php-version }}
88- extensions : ast
8988 tools : composer
89+ extensions : ast
9090
9191 - name : Build the Project
9292 run : make update --no-print-directory
Original file line number Diff line number Diff line change 1212 },
1313 {
1414 "name" : " Cory LaViska" ,
15- "homepage" : " http ://www.abeautifulsite.net/" ,
15+ "homepage" : " https ://www.abeautifulsite.net/" ,
1616 "role" : " Developer"
1717 },
1818 {
1919 "name" : " Nazar Mokrynskyi" ,
2020 "email" : " nazar@mokrynskyi.com" ,
21- "homepage" : " http ://cleverstyle.org/" ,
21+ "homepage" : " https ://cleverstyle.org/" ,
2222 "role" : " Developer"
2323 }
2424 ],
2929 "ext-exif" : " *" ,
3030 "ext-ctype" : " *" ,
3131
32- "jbzoo/utils" : " ^4.5.0" ,
33- "jbzoo/data" : " ^4.3.0"
32+ "jbzoo/utils" : " ^4.5|^5 .0" ,
33+ "jbzoo/data" : " ^4.3|^5 .0"
3434 },
3535
3636 "require-dev" : {
37- "jbzoo/toolbox-dev" : " ^3.2.0 "
37+ "jbzoo/toolbox-dev" : " ^3.2|^4.0.1 "
3838 },
3939
4040 "autoload" : {
You can’t perform that action at this time.
0 commit comments