Skip to content

Commit b282e08

Browse files
authored
Merge pull request #246 from laravel-shift/l13-compatibility
Laravel 13.x Compatibility
2 parents 76d3bbe + 09d4d6a commit b282e08

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [8.5, 8.4, 8.3]
19-
laravel: ['11.*', '12.*']
19+
laravel: ['11.*', '12.*', '13.*']
2020
dependency-version: [prefer-stable]
2121
os: [ubuntu-latest]
2222
include:
2323
- laravel: 12.*
2424
testbench: ^10.0
2525
- laravel: 11.*
2626
testbench: ^9.0
27+
- laravel: 13.*
28+
testbench: ^11.0
2729

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"homepage": "https://github.com/spatie/laravel-webhook-client",
1818
"require": {
1919
"php": "^8.1 || ^8.2",
20-
"illuminate/bus": "^9.0 || ^10.0 || ^11.0 || ^12.0",
21-
"illuminate/database": "^9.0 || ^10.0 || ^11.0 || ^12.0",
22-
"illuminate/http": "^9.0 || ^10.0 || ^11.0 || ^12.0",
23-
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
20+
"illuminate/bus": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
21+
"illuminate/database": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
22+
"illuminate/http": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
23+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0",
2424
"spatie/laravel-package-tools": "^1.11"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
27+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
2828
"pestphp/pest": "^3.8 || ^4.0",
2929
"pestphp/pest-plugin-laravel": "^3.2 || ^4.0",
3030
"phpstan/extension-installer": "^1.4.3",

0 commit comments

Comments
 (0)