Skip to content

Commit e62c6b5

Browse files
committed
update deps
1 parent 76d8d03 commit e62c6b5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.1 8.0]
13-
laravel: [9.*, 8.*]
13+
laravel: [10.*, 9.*, 8.*]
1414
stability: [prefer-stable]
1515
include:
16+
- laravel: 10.*
17+
testbench: 8.*
1618
- laravel: 9.*
1719
testbench: 7.*
1820
- laravel: 8.*
1921
testbench: 6.23
22+
exclude:
23+
- laravel: 10.*
24+
php: 8.0
2025

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"homepage": "https://github.com/spatie/laravel-sluggable",
1818
"require": {
1919
"php": "^8.0",
20-
"illuminate/database": "^8.0|^9.0",
21-
"illuminate/support": "^8.0|^9.0"
20+
"illuminate/database": "^8.0|^9.0|^10.0",
21+
"illuminate/support": "^8.0|^9.0|^10.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^6.23|^7.0",
24+
"orchestra/testbench": "^6.23|^7.0|^8.0",
2525
"pestphp/pest": "^1.20",
2626
"spatie/laravel-translatable": "^5.0|^6.0"
2727
},

0 commit comments

Comments
 (0)