Skip to content

Commit bffee45

Browse files
committed
Reuse unstable Symfony workflow
1 parent 00c7a5e commit bffee45

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ jobs:
1515
uses: "doctrine/.github/.github/workflows/[email protected]"
1616
with:
1717
php-versions: '["7.2", "7.3", "7.4", "8.0"]'
18+
19+
phpunit-with-symfony-6:
20+
name: "PHPUnit with Symfony 6.0.x-dev"
21+
uses: "doctrine/.github/.github/workflows/[email protected]"
22+
with:
23+
symfony-version-constraint: "6.0.*"

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"doctrine/doctrine-bundle": "~1.0|~2.0",
2626
"doctrine/migrations": "^3.2"
2727
},
28-
"minimum-stability": "beta",
2928
"require-dev": {
3029
"phpunit/phpunit": "^8.0|^9.0",
3130
"doctrine/coding-standard": "^8.0",

0 commit comments

Comments
 (0)