diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76f0698..c304de2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,8 @@ jobs: - laravel: 8.* testbench: 6.* laravel-constraint: ^8.18.1 + - laravel: 9.* + testbench: 7.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/src/FileFailedJobProvider.php b/src/FileFailedJobProvider.php index b628836..84cc890 100644 --- a/src/FileFailedJobProvider.php +++ b/src/FileFailedJobProvider.php @@ -103,7 +103,7 @@ public function forget($id) * * @return void */ - public function flush() + public function flush($hours = null) { File::delete($this->storagePath); }