File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,21 @@ jobs:
1919 php-version :
2020 - ' 8.1'
2121 - ' 8.2'
22+ - ' 8.3'
2223 symfony-version :
2324 - ' 5.4.*'
2425 - ' 6.3.*'
2526 - ' 7.0.*'
27+ - ' 7.1.*'
2628 dependencies :
2729 - ' lowest'
2830 - ' highest'
2931 remove-dependencies : [ '' ]
3032 exclude :
3133 - php-version : ' 8.1'
3234 symfony-version : ' 7.0.*'
35+ - php-version : ' 8.1'
36+ symfony-version : ' 7.1.*'
3337
3438 steps :
3539 - name : " Checkout"
Original file line number Diff line number Diff line change 1313
1414use Symfony \Component \Config \FileLocator ;
1515use Symfony \Component \DependencyInjection \ContainerBuilder ;
16+ use Symfony \Component \DependencyInjection \Extension \Extension ;
1617use Symfony \Component \DependencyInjection \Loader \YamlFileLoader ;
1718use Symfony \Component \DependencyInjection \Reference ;
18- use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
1919
2020final class OverblogDataLoaderExtension extends Extension
2121{
You can’t perform that action at this time.
0 commit comments