Skip to content

Commit c9df5ec

Browse files
authored
Merge pull request #16 from protonemedia/php-84
Support for PHP 8.4
2 parents 5c8d24b + 1470c47 commit c9df5ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
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:

README.md

Lines changed: 1 addition & 1 deletion
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

composer.json

Lines changed: 1 addition & 1 deletion
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)