Skip to content

Commit 1470c47

Browse files
committed
Support for PHP 8.4
1 parent 5c8d24b commit 1470c47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.3, 8.2]
16+
php: [8.4, 8.3, 8.2]
1717
laravel: [11.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This package provides a trait to run your tests against a MinIO S3 server.
2323
* Works with [Laravel Dusk](https://laravel.com/docs/9.x/dusk).
2424
* Works on [GitHub Actions](#github-actions)
2525
* Compatible with Laravel 10.
26-
* PHP 8.1 or higher is required.
26+
* PHP 8.2 or higher is required.
2727

2828
## Installation
2929

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2|^8.3",
19+
"php": "^8.2|^8.3|^8.4",
2020
"guzzlehttp/guzzle": "^7.4",
2121
"illuminate/contracts": "^10.0|^11.0",
2222
"spatie/laravel-package-tools": "^1.9.2",

0 commit comments

Comments
 (0)