Skip to content

Commit effd607

Browse files
committed
Test with Symfony 8
1 parent 4193ace commit effd607

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
dependency-version: [prefer-stable]
1515
include:
1616
- { php: 8.2, symfony: 6.4.*, dependency-version: prefer-lowest }
17+
- { php: 8.4, symfony: 8.0.*, dependency-version: prefer-stable }
1718

1819
env:
1920
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"openai-php/client": "^0.16.0",
2121
"psr/http-client": "^1.0.3",
2222
"psr/http-factory": "^1.1.0",
23-
"symfony/config": "^6.4|^7.3",
24-
"symfony/dependency-injection": "^6.4|^7.3",
25-
"symfony/http-client": "^6.4|^7.3",
26-
"symfony/http-kernel": "^6.4|^7.3"
23+
"symfony/config": "^6.4|^7.3|^8.0",
24+
"symfony/dependency-injection": "^6.4|^7.3|^8.0",
25+
"symfony/http-client": "^6.4|^7.3|^8.0",
26+
"symfony/http-kernel": "^6.4|^7.3|^8.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.24.0",
3030
"phpstan/phpstan": "^2.1.22",
3131
"rector/rector": "^2.1.5",
32-
"symfony/phpunit-bridge": "^6.4.25|^7.3",
33-
"symfony/framework-bundle": "^6.4|^7.3"
32+
"symfony/phpunit-bridge": "^6.4.25|^7.3|^8.0",
33+
"symfony/framework-bundle": "^6.4|^7.3|^8.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)