Skip to content

Commit

Permalink
Merge pull request #18 from Bee-Lab/fix-deprecated-extension
Browse files Browse the repository at this point in the history
🎨 remove deprecation
  • Loading branch information
garak authored Jun 15, 2024
2 parents 32bc06f + 3d4010f commit 175d01e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- description: 'Symfony 7.0'
php: '8.2'
symfony: '7.0.*'
- description: 'Symfony 7.1'
php: '8.3'
symfony: '7.1.*'
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/BeelabTestExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Beelab\TestBundle\DependencyInjection;

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Extension\Extension;

final class BeelabTestExtension extends Extension
{
Expand Down

0 comments on commit 175d01e

Please sign in to comment.