Skip to content

Commit 3679f9a

Browse files
authored
Merge pull request #1391 from LordSimal/master
add symfony 7 support + adjust CI for simple-client package
2 parents f5759ec + d64d4c6 commit 3679f9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/simple-client/.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.4', '8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- uses: shivammathur/setup-php@v2
2121
with:
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: php Tests/fix_composer_json.php
2626

27-
- uses: "ramsey/composer-install@v1"
27+
- uses: "ramsey/composer-install@v3"
2828
with:
2929
composer-options: "--prefer-source"
3030

pkg/simple-client/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"enqueue/enqueue": "^0.10",
1111
"queue-interop/amqp-interop": "^0.8.2",
1212
"queue-interop/queue-interop": "^0.8",
13-
"symfony/config": "^5.4|^6.0"
13+
"symfony/config": "^6.0|^7.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)