Skip to content

Commit 9769e32

Browse files
committed
fix: force notif version
1 parent 08cfb1c commit 9769e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
coverage: xdebug
2323
- name: Install dependencies
2424
run: |
25-
composer require --no-update --no-interaction "illuminate/support:${{ matrix.laravel-version }}"
25+
composer require --no-update --no-interaction "illuminate/notifications:${{ matrix.laravel-version }}"
2626
composer update --no-interaction --prefer-dist --no-suggest
2727
- name: Lint composer.json
2828
run: composer validate

0 commit comments

Comments
 (0)