Skip to content

Commit

Permalink
Allow symfony/process 7.x (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Dec 19, 2023
1 parent bd3c04e commit 1733f27
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ jobs:
with:
os: >-
['ubuntu-latest']
php: >-
['8.1']
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1', '8.2']
['8.0', '8.1', '8.2', '8.3']
stability: >-
['prefer-lowest', 'prefer-stable']
2 changes: 0 additions & 2 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ jobs:
with:
os: >-
['ubuntu-latest']
php: >-
['8.2']
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"composer-runtime-api": "^2.0",
"composer/semver": "^3.3"
},
Expand Down

0 comments on commit 1733f27

Please sign in to comment.