Skip to content

Commit

Permalink
Update dependencies for laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Feb 9, 2022
2 parents e0eae0e + 4576159 commit 4a97f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1]
laravel: [^8.42]
php: [8.0.2, 8.1]
laravel: [^9.0]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"Faker"
],
"require": {
"php": "^7.4|^8.0|^8.1",
"php": "^8.0.2|^8.1",
"fakerphp/faker": "^1.13",
"guzzlehttp/guzzle": "^7.3",
"rtippin/messenger": "^1.14"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
"orchestra/testbench": "~5|~6"
"orchestra/testbench": "~7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4a97f76

Please sign in to comment.