Skip to content

Commit

Permalink
Merge pull request #37 from jerowork/master
Browse files Browse the repository at this point in the history
Support for Symfony 7.1
  • Loading branch information
mcg-web authored Jul 1, 2024
2 parents dfc4bdc + 95d643a commit 6ac3ab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,21 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'
symfony-version:
- '5.4.*'
- '6.3.*'
- '7.0.*'
- '7.1.*'
dependencies:
- 'lowest'
- 'highest'
remove-dependencies: [ '' ]
exclude:
- php-version: '8.1'
symfony-version: '7.0.*'
- php-version: '8.1'
symfony-version: '7.1.*'

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/OverblogDataLoaderExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

final class OverblogDataLoaderExtension extends Extension
{
Expand Down

0 comments on commit 6ac3ab3

Please sign in to comment.