Skip to content

Commit ad0a6c9

Browse files
committed
This lib does not work on windows
1 parent d1f62ee commit ad0a6c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ jobs:
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
os: [ubuntu-latest, windows-latest]
23+
os: [ubuntu-latest]
2424
php: [8.4, 8.3]
2525
laravel: [12.*, 11.*]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
29-
testbench: 10.*
29+
# Fix the weird PHPUnit issue about exception handlers
30+
testbench: 10.6.*
3031
- laravel: 11.*
3132
testbench: 9.*
3233

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This library relies on **cache** to temporarily override the webhook secret.
1919
- `laravel/cashier-paddle:^2.6`
2020
- `tunnelmole` (see instructions [here](https://tunnelmole.com/))
2121

22+
This library does **not** work on Windows (because of signal handling).
23+
2224
You will also need to setup at least these envs:
2325

2426
```

0 commit comments

Comments
 (0)