diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index 44df4f37f5..699184af9a 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -18,18 +18,30 @@ labels: bug, unconfirmed #### Sonata packages +show + + ``` $ composer show --latest 'sonata-project/*' # Put the result here. ``` + + + #### Symfony packages +show + + ``` $ composer show --latest 'symfony/*' # Put the result here. ``` + + + #### PHP version ``` diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 48b1fd89ef..5d13020fd8 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -62,4 +62,4 @@ jobs: composer-options: "--prefer-dist --prefer-stable" - name: Psalm - run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd + run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=7.4 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4d18f8409c..0e0e287121 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -26,6 +26,7 @@ It's auto-generated by sonata-project/dev-kit package. + diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 9109f57584..ab2851f0ef 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -24,6 +24,6 @@ require_once __DIR__.'/../vendor/autoload.php'; -if (file_exists($file = __DIR__.'/custom_boostrap.php')) { +if (file_exists($file = __DIR__.'/custom_bootstrap.php')) { require_once $file; }
+ ``` $ composer show --latest 'sonata-project/*' # Put the result here. ``` +
+ ``` $ composer show --latest 'symfony/*' # Put the result here. ``` +