Skip to content

Commit

Permalink
Allow laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCavens committed Aug 30, 2023
1 parent 122dfdf commit 52761c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1]
laravel: [8.*, 9.*]
php: [8.1,8.2]
laravel: [8.*, 9.*, 10.*]
stability: [prefer-stable, prefer-dist]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"illuminate/database": "^8.12|^9.0",
"illuminate/database": "^8.12|^9.0|^10.0",
"doctrine/dbal": "^3.1"
},
"require-dev": {
"orchestra/testbench": "^6.18|^7.5",
"orchestra/testbench": "^6.18|^7.5|^8.10",
"phpunit/phpunit": "^9.5",
"psalm/plugin-laravel": "^1.4|^2.0",
"vimeo/psalm": "^4.8"
Expand Down

0 comments on commit 52761c5

Please sign in to comment.