Skip to content

Commit

Permalink
Merge pull request #2 from YieldStudio/bump-to-laravel-10
Browse files Browse the repository at this point in the history
Bump to laravel 10
  • Loading branch information
JamesHemery authored Mar 31, 2023
2 parents d7f678e + 03ad5e9 commit 56a522d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.1", "8.0" ]
laravel: [ "^9.0" ]
php: [ "8.2", "8.1", "8.0" ]
laravel: [ "^9.0", "^10.0" ]
dependency-version: [ prefer-lowest, prefer-stable ]
exclude:
- php: "8.0"
laravel: "^10.0"

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
}
],
"require": {
"php" : "^8.0",
"illuminate/support": "^9",
"illuminate/database": "^9"
"php" : "^8.0|^8.1|^8.2",
"illuminate/support": "^9|^10.0",
"illuminate/database": "^9|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1",
"orchestra/testbench": "7.*",
"orchestra/testbench": "^7.22|^8.1",
"pestphp/pest": "^1.21",
"friendsofphp/php-cs-fixer": "^3.8"
},
Expand Down

0 comments on commit 56a522d

Please sign in to comment.