File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 run : composer install --dev --no-interaction
3131 - name : Execute tests without coverage
3232 run : tools/phpunit --testsuite="BigBlueButton unit test suite,BigBlueButton integration test suite"
33-
33+
3434 PHP :
3535 name : PHP ${{ matrix.php-versions }}
3636 runs-on : ubuntu-latest
4242 include :
4343 - php-versions : ' 8.1'
4444 experimental : true
45-
45+ - php-versions : ' 8.2'
46+ experimental : true
47+ - php-versions : ' 8.3'
48+ experimental : true
4649 steps :
4750 - name : Checkout
4851 uses : actions/checkout@v2
6568 tools/phpunit --coverage-clover=build/logs/coverage.xml --testsuite="BigBlueButton unit test suite,BigBlueButton integration test suite"
6669 - name : Execute tests without coverage
6770 if : ${{ matrix.experimental }}
68- run : tools/phpunit --testsuite="BigBlueButton test suite"
71+ run : tools/phpunit --testsuite="BigBlueButton unit test suite,BigBlueButton integration test suite"
6972 continue-on-error : true
7073 - name : Coveralls
7174 env :
You can’t perform that action at this time.
0 commit comments