Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-schedule-monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 1, 2023
2 parents a146b3b + 1a2617c commit 9291e27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `laravel-schedule-monitor` will be documented in this file

## 3.2.0 - 2023-02-01

- silence jobs by default

**Full Changelog**: https://github.com/spatie/laravel-schedule-monitor/compare/3.1.1...3.2.0

## 3.1.1 - 2023-01-23

- support L10
Expand Down
2 changes: 1 addition & 1 deletion tests/Jobs/SilenceOhDearJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Spatie\ScheduleMonitor\Jobs\PingOhDearJob;

it('will silence the PingOhDearJob by default', function() {
it('will silence the PingOhDearJob by default', function () {
config()->set('horizon.silenced', [PingOhDearJob::class]);

expect(config('horizon.silenced'))->toContain(PingOhDearJob::class);
Expand Down

0 comments on commit 9291e27

Please sign in to comment.