Skip to content

Commit

Permalink
Merge pull request #20 from AidanLaycock/main
Browse files Browse the repository at this point in the history
Laravel 9 Compatibility
  • Loading branch information
JustSteveKing committed Feb 11, 2022
2 parents 3ac9f22 + 482fa91 commit bd8e151
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -10,11 +10,11 @@ jobs:
fail-fast: true
matrix:
php: [8.0]
laravel: [8.*]
laravel: [9.*]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*

name: PHP ${{ matrix.php }} - LARAVEL ${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0"
"illuminate/support": "^9.0.1"
},
"require-dev": {
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"pestphp/pest": "^1.9",
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0.0",
"pestphp/pest": "^1.21.1",
"pestphp/pest-plugin-laravel": "^1.2",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "^4.4"
Expand Down

0 comments on commit bd8e151

Please sign in to comment.