Skip to content

Commit 5be3d94

Browse files
CI love
1 parent 2fa8803 commit 5be3d94

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-turbo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
php-version: ['8.1', '8.3']
41+
php-version: ['8.1', '8.4']
4242
include:
4343
- php-version: '8.1'
4444
dependency-version: 'lowest'
45-
- php-version: '8.3'
45+
- php-version: '8.4'
4646
dependency-version: 'highest'
4747

4848
services:

src/Turbo/tests/app/Kernel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
3939
use Symfony\UX\StimulusBundle\StimulusBundle;
4040
use Symfony\UX\Turbo\TurboBundle;
41+
use Symfony\UX\TwigComponent\TwigComponentBundle;
4142
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;
4243
use Twig\Environment;
4344

@@ -54,6 +55,7 @@ public function registerBundles(): iterable
5455
yield new DoctrineBundle();
5556
yield new TwigBundle();
5657
yield new MercureBundle();
58+
yield new TwigComponentBundle();
5759
yield new TurboBundle();
5860
yield new WebpackEncoreBundle();
5961
yield new StimulusBundle();

0 commit comments

Comments
 (0)