File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
2224You will also need to setup at least these envs:
2325
2426```
You can’t perform that action at this time.
0 commit comments