Skip to content

Commit

Permalink
Merge branch 'walkor:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
twomiao authored Oct 12, 2023
2 parents b7c9d55 + 74bce26 commit b1959c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
linux_tests:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions src/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,7 @@ public static function stopAll(int $code = 0, mixed $log = ''): void
try {
// Ignore Swoole ExitException: Swoole exit.
exit($code);
/** @phpstan-ignore-next-line */
} catch(\Exception $e) {

}
Expand Down

0 comments on commit b1959c0

Please sign in to comment.