Skip to content

Commit 446a3ba

Browse files
committed
Run tests with PHP 8.5 and fix phpstan issue resolved by Symfony 7.4
1 parent db61e70 commit 446a3ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.2, 8.3, 8.4]
12+
php: [8.2, 8.3, 8.4, 8.5]
1313
symfony: [^6.4, false]
1414
dependency: [stable]
1515
include:
1616
- { php: 8.4, symfony: ^7.4, dependency: highest }
17-
- { php: 8.4, symfony: ^8.0, dependency: highest }
17+
- { php: 8.4, symfony: false, dependency: highest }
1818

1919
env:
2020
SYMFONY_REQUIRE: ${{ matrix.symfony }}

src/OpenAIBundle.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ final class OpenAIBundle extends AbstractBundle
2323
public function configure(DefinitionConfigurator $definition): void
2424
{
2525
$root = $definition->rootNode();
26-
assert($root instanceof ArrayNodeDefinition);
2726
$children = $root->children();
2827
$children
2928
->scalarNode('api_key')

0 commit comments

Comments
 (0)