Skip to content

Commit 39c849f

Browse files
committed
Tests on Symfony 8 stable
1 parent 62a1c63 commit 39c849f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
php: [ 8.2, 8.3, 8.4 ]
30-
symfony: [ 6.4.*, 7.3.*, 8.0.*-dev ]
30+
symfony: [ 6.4.*, 7.3.*, 8.0.* ]
3131
database: [ mysql|mongo ]
3232
phpunit: [ 11, 12 ]
3333
use-php-84-lazy-objects: [ 1 ]
@@ -40,6 +40,8 @@ jobs:
4040
- {php: 8.2, phpunit: 12}
4141
- {php: 8.3, phpunit: 11}
4242
- {php: 8.4, phpunit: 11}
43+
- {php: 8.2, symfony: 8.0.*}
44+
- {php: 8.3, symfony: 8.0.*}
4345

4446
include:
4547
# php 8.1
@@ -330,4 +332,3 @@ jobs:
330332
uses: codecov/codecov-action@v3
331333
with:
332334
file: ./coverage.xml
333-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dama/doctrine-test-bundle": "^8.0",
3131
"doctrine/collections": "^1.7|^2.0",
3232
"doctrine/common": "^3.2.2",
33-
"doctrine/doctrine-bundle": "^2.10",
33+
"doctrine/doctrine-bundle": "^2.10|^3.0",
3434
"doctrine/doctrine-migrations-bundle": "^2.2|^3.0",
3535
"doctrine/mongodb-odm": "^2.4",
3636
"doctrine/mongodb-odm-bundle": "^4.6|^5.0",

0 commit comments

Comments
 (0)