Skip to content

Commit

Permalink
DevKit updates (#7888)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jul 28, 2022
1 parent 59050c4 commit c433808
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yaml
Expand Up @@ -46,14 +46,6 @@ jobs:
dependencies: highest
allowed-to-fail: false
variant: sonata-project/block-bundle:"5.x-dev as 4.999"
- php-version: '8.1'
dependencies: highest
allowed-to-fail: false
variant: sonata-project/doctrine-extensions:"2.x-dev as 1.999"
- php-version: '8.1'
dependencies: highest
allowed-to-fail: false
variant: sonata-project/exporter:"3.x-dev as 2.999"
- php-version: '8.1'
dependencies: highest
allowed-to-fail: false
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Expand Up @@ -33,7 +33,7 @@
]);

$rectorConfig->importNames();
$rectorConfig->disableImportShortClasses();
$rectorConfig->importShortClasses(false);
$rectorConfig->skip([
CountOnNullRector::class,
ExceptionHandlerTypehintRector::class,
Expand Down

0 comments on commit c433808

Please sign in to comment.