Skip to content

Commit 1733f27

Browse files
authored
Allow symfony/process 7.x (#7)
1 parent bd3c04e commit 1733f27

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/cs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ jobs:
1212
with:
1313
os: >-
1414
['ubuntu-latest']
15-
php: >-
16-
['8.1']

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
os: >-
1414
['ubuntu-latest']
1515
php: >-
16-
['8.0', '8.1', '8.2']
16+
['8.0', '8.1', '8.2', '8.3']
1717
stability: >-
1818
['prefer-lowest', 'prefer-stable']

.github/workflows/psalm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ jobs:
1212
with:
1313
os: >-
1414
['ubuntu-latest']
15-
php: >-
16-
['8.2']

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"require": {
1212
"php": "^8.0",
13-
"symfony/process": "^5.4 || ^6.0",
13+
"symfony/process": "^5.4 || ^6.0 || ^7.0",
1414
"composer-runtime-api": "^2.0",
1515
"composer/semver": "^3.3"
1616
},

0 commit comments

Comments
 (0)