Skip to content

Commit 0b18dca

Browse files
committed
Wrong trait
1 parent 83edf53 commit 0b18dca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
testbench: 8.*
2929

3030
exclude:
31-
# PHP 8.1 requires Laravel 8.65, so skip lowest
31+
# Laravel 8 lowest isn't compatible with newer PHP versions
3232
- laravel: 8.*
33-
php: 8.1
3433
dependency-version: prefer-lowest
3534

3635
# PHP 8.2 requires Laravel 9.33 at least, so skip lowest

src/FlakyCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
use Illuminate\Console\Command;
99
use Illuminate\Support\Arr;
10-
use Spatie\Macroable\Macroable;
10+
use Illuminate\Support\Traits\Macroable;
1111

1212
/**
1313
* @mixin Flaky

0 commit comments

Comments
 (0)