File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
tests/Fixtures/DependencyInjection Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ jobs:
107107 - php-version : ' 8.1'
108108 composer-options : ' --prefer-stable'
109109 symfony-version : ' 6.0.*'
110+ - php-version : ' 8.1'
111+ composer-options : ' --prefer-stable'
112+ symfony-version : ' 6.1.*'
110113
111114 steps :
112115 - name : ' Check out'
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
3737 $ loader ->load (function (ContainerBuilder $ container ): void {
3838 $ container ->addCompilerPass (new PublicTestAliasPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 1000 );
3939 $ container ->setParameter ('kernel.secret ' , __FILE__ );
40+ $ container ->loadFromExtension ('framework ' , [
41+ 'http_method_override ' => false ,
42+ ]);
4043 });
4144 }
4245
You can’t perform that action at this time.
0 commit comments