File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 PHP_Lowest :
9- name : PHP wth lowest dependencies
9+ name : PHP ${{ matrix.php-versions }} wth lowest dependencies
1010 runs-on : ubuntu-latest
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- php-versions : ['7.2 ']
14+ php-versions : ['7.4', '8.0 ']
1515 experimental : [false]
1616
1717 steps :
3737 strategy :
3838 fail-fast : false
3939 matrix :
40- php-versions : ['7.2','7.3','7. 4','8.0']
40+ php-versions : ['7.4','8.0']
4141 experimental : [false]
4242 include :
4343 - php-versions : ' 8.1'
7070 - name : Coveralls
7171 env :
7272 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
73- if : ${{ matrix.php-versions == '7.2 ' && env.COVERALLS_REPO_TOKEN != null }}
73+ if : ${{ matrix.php-versions == '7.4 ' && env.COVERALLS_REPO_TOKEN != null }}
7474 run : vendor/bin/php-coveralls --coverage_clover=build/logs/coverage.xml -v
Original file line number Diff line number Diff line change 11# :tada : Best BigBlueButton API for PHP
22
33The unofficial and easiest to use ** BigBlueButton API for PHP** , makes easy for
4- developers to use [ BigBlueButton API] v2.2+ for ** PHP 7.2 +** .
4+ developers to use [ BigBlueButton API] v2.2+ for ** PHP 7.4 +** .
55
66![ Build Status] ( https://github.com/littleredbutton/bigbluebutton-api-php/workflows/CI/badge.svg )
77[ ![ Coverage Status] ( https://coveralls.io/repos/github/littleredbutton/bigbluebutton-api-php/badge.svg?branch=master )] ( https://coveralls.io/github/littleredbutton/bigbluebutton-api-php?branch=master )
@@ -56,15 +56,15 @@ following advantages:
5656- Development is simplified through git hooks and contributor guidelines
5757- Documentation is up-to-date and complete
5858- API is fixed and extended to exploit the full potential
59- - Require at least PHP 7.2 , which allows to make the code more efficient and
59+ - Require at least PHP 7.4 , which allows to make the code more efficient and
6060 readable
6161
6262## :gear : Installation and usage
6363### Requirements
6464In order to use this library you have to make sure to meet the following
6565requirements:
6666
67- - PHP 7.2 or above.
67+ - PHP 7.4 or above.
6868- curl library installed.
6969- mbstring library installed.
7070- xml library installed.
Original file line number Diff line number Diff line change 5858 "docs" : " https://github.com/littleredbutton/bigbluebutton-api-php/blob/master/README.md"
5959 },
6060 "require" : {
61- "php" : " >=7.2 " ,
61+ "php" : " >=7.4 " ,
6262 "ext-curl" : " *" ,
6363 "ext-simplexml" : " *" ,
6464 "ext-mbstring" : " *" ,
Original file line number Diff line number Diff line change 55 backupStaticAttributes =" false"
66 bootstrap =" ./tests/bootstrap.php"
77 colors =" true"
8+ convertDeprecationsToExceptions =" false"
89 convertErrorsToExceptions =" true"
910 convertNoticesToExceptions =" true"
1011 convertWarningsToExceptions =" true"
You can’t perform that action at this time.
0 commit comments