Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 23, 2023
1 parent 76d8d03 commit e62c6b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1 8.0]
laravel: [9.*, 8.*]
laravel: [10.*, 9.*, 8.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.23
exclude:
- laravel: 10.*
php: 8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"homepage": "https://github.com/spatie/laravel-sluggable",
"require": {
"php": "^8.0",
"illuminate/database": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/database": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.23|^7.0",
"orchestra/testbench": "^6.23|^7.0|^8.0",
"pestphp/pest": "^1.20",
"spatie/laravel-translatable": "^5.0|^6.0"
},
Expand Down

0 comments on commit e62c6b5

Please sign in to comment.