File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 cd v6
2424 composer config extra.symfony.allow-contrib true
2525 composer require -W --ansi simply-stream/twitch-api-bundle:dev-${{ github.head_ref }}
26+
27+ run-qa-suite :
28+ name : Run PHPunit
29+ runs-on : Ubuntu-20.04
30+
31+ steps :
32+ - name : Setup PHP 8.2
33+ uses : shivammathur/setup-php@v2
34+ with :
35+ coverage : " none"
36+ php-version : " 8.2"
37+
38+ - uses : php-actions/composer@v6
39+ with :
40+ php_version : " 8.2"
41+
42+ - name : Execute phpunit binary
43+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function getConfigTreeBuilder(): TreeBuilder
2121 $ rootNode
2222 ->children ()
2323 ->scalarNode ('http_client ' )
24- ->isRequired ()
24+ // ->isRequired()
2525 ->info ('Service id of HTTP client to use (must implement \Symfony\Contracts\HttpClient\HttpClientInterface) ' )
2626 ->end ()
2727 ->arrayNode ('token ' )
You can’t perform that action at this time.
0 commit comments