Skip to content

Commit ffd4ce9

Browse files
committed
Update workflow for testing. Add symfony 6.4.*
1 parent d46796f commit ffd4ce9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.1, 8.2]
13-
symfony: [5.4.*, 6.2.*]
12+
php: [8.2]
13+
symfony: [^6.4.*, 7.0.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

1616
name: Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"openai-php/client": "^0.8.0",
2121
"psr/http-client": "^1.0.3",
2222
"psr/http-factory": "^1.0.2",
23-
"symfony/config": "^7.0.0",
24-
"symfony/dependency-injection": "^7.0.0",
25-
"symfony/http-client": "^7.0.0",
26-
"symfony/http-kernel": "^7.0.0"
23+
"symfony/config": "^6.4.0|^7.0.0",
24+
"symfony/dependency-injection": "^6.4.0|^7.0.0",
25+
"symfony/http-client": "^6.4.0|^7.0.0",
26+
"symfony/http-kernel": "^6.4.0|^7.0.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.13.6",
3030
"phpstan/phpstan": "^1.10.44",
3131
"rector/rector": "^0.14.8",
32-
"symfony/phpunit-bridge": "^7.0.0"
32+
"symfony/phpunit-bridge": "^6.4.0|^7.0.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)