Skip to content

Commit 5baff67

Browse files
committed
Laravel 10 requires Guzzle 7
1 parent a471bf5 commit 5baff67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

6464
# Laravel 10 requires Guzzle ^7.2
6565
- laravel: 10.*
66-
guzzle: 7.*
66+
guzzle: 6.*
6767

6868
name: P${{ matrix.php }} / L${{ matrix.laravel }} / G${{ matrix.guzzle }} / ${{ matrix.dependency-version }}
6969

0 commit comments

Comments
 (0)