We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83edf53 commit 0b18dcaCopy full SHA for 0b18dca
.github/workflows/tests.yml
@@ -28,9 +28,8 @@ jobs:
28
testbench: 8.*
29
30
exclude:
31
- # PHP 8.1 requires Laravel 8.65, so skip lowest
+ # Laravel 8 lowest isn't compatible with newer PHP versions
32
- laravel: 8.*
33
- php: 8.1
34
dependency-version: prefer-lowest
35
36
# PHP 8.2 requires Laravel 9.33 at least, so skip lowest
src/FlakyCommand.php
@@ -7,7 +7,7 @@
7
8
use Illuminate\Console\Command;
9
use Illuminate\Support\Arr;
10
-use Spatie\Macroable\Macroable;
+use Illuminate\Support\Traits\Macroable;
11
12
/**
13
* @mixin Flaky
0 commit comments