Skip to content

Commit

Permalink
Merge pull request #1189 from jerowork/master
Browse files Browse the repository at this point in the history
Support Symfony 7.1
  • Loading branch information
mcg-web committed Jul 1, 2024
2 parents 13b6b4b + 73be8c5 commit 9f65551
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- '6.2.*'
- '6.4.*'
- '7.0.*'
- '7.1.*'
dependencies:
- 'lowest'
- 'highest'
Expand All @@ -38,8 +39,12 @@ jobs:
symfony-version: '6.4.*'
- php-version: '8.0'
symfony-version: '7.0.*'
- php-version: '8.0'
symfony-version: '7.1.*'
- php-version: '8.1'
symfony-version: '7.0.*'
- php-version: '8.1'
symfony-version: '7.1.*'
include:
- php-version: '8.0'
symfony-version: '5.4.*'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/OverblogGraphQLExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

use function realpath;
use function sprintf;
Expand Down

0 comments on commit 9f65551

Please sign in to comment.