We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bc06f commit 3d4010fCopy full SHA for 3d4010f
.github/workflows/build.yaml
@@ -38,6 +38,9 @@ jobs:
38
- description: 'Symfony 7.0'
39
php: '8.2'
40
symfony: '7.0.*'
41
+ - description: 'Symfony 7.1'
42
+ php: '8.3'
43
+ symfony: '7.1.*'
44
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
45
steps:
46
- name: Checkout
src/DependencyInjection/BeelabTestExtension.php
@@ -3,7 +3,7 @@
3
namespace Beelab\TestBundle\DependencyInjection;
4
5
use Symfony\Component\DependencyInjection\ContainerBuilder;
6
-use Symfony\Component\HttpKernel\DependencyInjection\Extension;
+use Symfony\Component\DependencyInjection\Extension\Extension;
7
8
final class BeelabTestExtension extends Extension
9
{
0 commit comments