Skip to content

Commit 2b810cd

Browse files
Merge pull request #322 from Chris53897/patch-1
chore: Add tests for PHP 8.4
2 parents aa89bed + a18a9bd commit 2b810cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
symfony-version: "^7.0"
4646
# Remove doctrine/phpcr-* in order to allow doctrine/persistence v3
4747
composer-flags: "remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"
48+
- php-version: 8.4
49+
symfony-version: "^7.0"
50+
# Remove doctrine/phpcr-* in order to allow doctrine/persistence v3
51+
composer-flags: "remove --dev --no-progress doctrine/phpcr-bundle doctrine/phpcr-odm"
4852

4953
services:
5054
mysql:

0 commit comments

Comments
 (0)