Skip to content

Commit

Permalink
Merge pull request #16 from protonemedia/php-84
Browse files Browse the repository at this point in the history
Support for PHP 8.4
  • Loading branch information
pascalbaljet authored Nov 20, 2024
2 parents 5c8d24b + 1470c47 commit c9df5ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This package provides a trait to run your tests against a MinIO S3 server.
* Works with [Laravel Dusk](https://laravel.com/docs/9.x/dusk).
* Works on [GitHub Actions](#github-actions)
* Compatible with Laravel 10.
* PHP 8.1 or higher is required.
* PHP 8.2 or higher is required.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.2|^8.3",
"php": "^8.2|^8.3|^8.4",
"guzzlehttp/guzzle": "^7.4",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.9.2",
Expand Down

0 comments on commit c9df5ec

Please sign in to comment.