Skip to content

Commit

Permalink
CI love
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 2, 2024
1 parent 2fa8803 commit 6e0c7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-turbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.3']
php-version: ['8.1', '8.4']
include:
- php-version: '8.1'
dependency-version: 'lowest'
- php-version: '8.3'
- php-version: '8.4'
dependency-version: 'highest'

services:
Expand Down
1 change: 1 addition & 0 deletions src/Turbo/tests/app/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ protected function configureContainer(ContainerConfigurator $container): void
'orm' => [
'auto_generate_proxy_classes' => true,
'auto_mapping' => true,
'controller_resolver' => ['auto_mapping' => false],
'mappings' => [
'App' => [
'is_bundle' => false,
Expand Down

0 comments on commit 6e0c7b2

Please sign in to comment.