Skip to content

Commit

Permalink
Support for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet authored Dec 9, 2022
2 parents 050b50f + 69abcad commit 8974059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.0, 8.1]
php: [8.0, 8.1, 8.2]
laravel: [9.*]
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 @@ -10,7 +10,7 @@ This package provides a trait to run your tests against a MinIO S3 server.

📝 Blog post: https://protone.media/en/blog/how-to-use-a-local-minio-s3-server-with-laravel-and-automatically-configure-it-for-your-laravel-dusk-test-suite

## Support this package!
## Sponsor this package!

❤️ We proudly support the community by developing Laravel packages and giving them away for free. If this package saves you time or if you're relying on it professionally, please consider [sponsoring the maintenance and development](https://github.com/sponsors/pascalbaljet). Keeping track of issues and pull requests takes time, but we're happy to help!

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.0|^8.1|^8.2",
"guzzlehttp/guzzle": "^7.4",
"illuminate/contracts": "^9.0",
"spatie/laravel-package-tools": "^1.9.2",
"spatie/temporary-directory": "^2.1"
},
"require-dev": {
"nesbot/carbon": "^2.63",
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
Expand Down Expand Up @@ -53,4 +54,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 8974059

Please sign in to comment.