Skip to content

Commit 8953e7f

Browse files
authored
Merge pull request #7 from vblinden/feature/laravel-10-support
2 parents be6fde8 + 6eef6c2 commit 8953e7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.0, 8.1]
17-
laravel: [8.*, 9.*]
16+
php: [8.1, 8.2]
17+
laravel: [9.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 8.*
21-
testbench: ^6.23
2220
- laravel: 9.*
2321
testbench: ^7.1
22+
- laravel: 10.*
23+
testbench: ^8.0.10
2424

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.0",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^8.83|^9.2"
21+
"illuminate/contracts": "^9.33|^10.4"
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^5.11|^6.1",

0 commit comments

Comments
 (0)