File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.3, 8.2]
16
+ php : [8.4, 8. 3, 8.2]
17
17
laravel : [11.*, 10.*]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This package provides a trait to run your tests against a MinIO S3 server.
23
23
* Works with [ Laravel Dusk] ( https://laravel.com/docs/9.x/dusk ) .
24
24
* Works on [ GitHub Actions] ( #github-actions )
25
25
* Compatible with Laravel 10.
26
- * PHP 8.1 or higher is required.
26
+ * PHP 8.2 or higher is required.
27
27
28
28
## Installation
29
29
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.2|^8.3" ,
19
+ "php" : " ^8.2|^8.3|^8.4 " ,
20
20
"guzzlehttp/guzzle" : " ^7.4" ,
21
21
"illuminate/contracts" : " ^10.0|^11.0" ,
22
22
"spatie/laravel-package-tools" : " ^1.9.2" ,
You can’t perform that action at this time.
0 commit comments