Skip to content

Commit f69ff70

Browse files
committed
Add php 8 to packages' build matrices; normalize composer reqs
1 parent a8bff0a commit f69ff70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.3', '7.4']
13+
php: ['7.3', '7.4', '8.0']
1414

1515
name: PHP ${{ matrix.php }} tests
1616

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"enqueue/async-command": "0.10.x-dev",
3838
"php-amqplib/php-amqplib": "^2.7",
3939
"doctrine/doctrine-bundle": "~1.2|^2",
40-
"doctrine/mongodb-odm-bundle": "^3.5|^4",
40+
"doctrine/mongodb-odm-bundle": "^3.5|^4.3",
4141
"alcaeus/mongo-php-adapter": "^1.0",
4242
"symfony/browser-kit": "^4.3|^5",
4343
"symfony/expression-language": "^4.3|^5",

0 commit comments

Comments
 (0)