Skip to content

Commit

Permalink
Merge pull request #32 from Chris53897/feature/allow-symfony-7
Browse files Browse the repository at this point in the history
feat: allow symfony 7
  • Loading branch information
paras-malhotra committed Nov 17, 2023
2 parents 47b440e + ad94ddd commit 68df5c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [5.6, 7.2, 7.3, 7.4, 8.0]
php: [5.6, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }}-${{ matrix.stability }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [5.6, 7.2, 7.3, 7.4, 8.0]
php: [5.6, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
stability: [prefer-lowest, prefer-stable]


Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"require": {
"php": ">=5.6",
"ext-json": "*",
"symfony/console": "^3.4|^4|^5|^6",
"symfony/finder": "^3|^4|^5|^6",
"symfony/process": "^3.4|^4|^5|^6",
"symfony/yaml": "^3.4|^4|^5|^6",
"symfony/console": "^3.4|^4|^5|^6|^7",
"symfony/finder": "^3|^4|^5|^6|^7",
"symfony/process": "^3.4|^4|^5|^6|^7",
"symfony/yaml": "^3.4|^4|^5|^6|^7",
"guzzlehttp/guzzle": "^6.3|^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 68df5c7

Please sign in to comment.