Skip to content

Commit

Permalink
Merge pull request #793 from greg0ire/sf7
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
jaapio authored Dec 31, 2023
2 parents 243d49b + bd83725 commit 672d266
Show file tree
Hide file tree
Showing 6 changed files with 504 additions and 217 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
jobs:
code-coverage:
name: "Code Coverage"
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.5.0"
uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.6"
with:
php-version: "8.2"

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

static-analysis:
name: "Static analysis"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.5.0"
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.6"
with:
php-version: "8.2"

Expand All @@ -72,18 +72,18 @@ jobs:

unit-tests:
name: "Unit test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6"

functional-tests:
name: "Functional test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6"
needs: "unit-tests"
with:
test-suite: "functional"

integration-tests:
name: "integration test"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0"
uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.6"
needs: "unit-tests"
with:
test-suite: "integration"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"qossmic/deptrac-shim": "^1.0.2",
"rector/rector": "^0.18.13",
"squizlabs/php_codesniffer": "^3.8",
"symfony/finder": "^6.4.0",
"symfony/finder": "^6.4.0 || ^7.0",
"vimeo/psalm": "^5.18"
},
"suggest": {
Expand Down
Loading

0 comments on commit 672d266

Please sign in to comment.