Skip to content

Commit 1d43aad

Browse files
committed
qual: pin phpunit < 11 in order to keep supporting PHP 7
1 parent 1ceeb44 commit 1d43aad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ updates:
3737
interval: 'weekly'
3838
commit-message:
3939
prefix: 'chore: '
40+
ignore:
41+
# Staying on phpunit < 11 in order to keep supporting PHP 7.
42+
- dependency-name: 'phpunit/phpunit'
43+
update-types: ['version-update:semver-major']
4044

4145
# Do not get one pull request per version bump. Instead get one pull request
4246
# bumping several dependency versions at once:

0 commit comments

Comments
 (0)