Skip to content

Commit b5d3b6c

Browse files
Laravel 13.x Compatibility (#42)
* Bump dependencies for Laravel 13 * Update GitHub Actions for Laravel 13
1 parent a83a616 commit b5d3b6c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66

77
jobs:
88
run-tests:
9-
109
runs-on: ubuntu-latest
10+
1111
strategy:
1212
matrix:
1313
php: [8.5, 8.4, 8.3]
14-
laravel: ['12.*']
14+
laravel: ['12.*', '13.*']
1515
dependency-version: [prefer-stable]
1616

1717
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"laravel-passport-claims"
1818
],
1919
"require": {
20-
"illuminate/support": "^11.0|^12.0",
20+
"illuminate/support": "^11.0|^12.0|^13.0",
2121
"laravel/passport": "^11.2|^12.0|^13.0",
2222
"nesbot/carbon": "^3"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.6",
26-
"orchestra/testbench": "^9.0|^10.0",
26+
"orchestra/testbench": "^9.0|^10.0|^11.0",
2727
"phpseclib/phpseclib": "^3.0",
2828
"phpseclib/phpseclib2_compat": "^1.0",
2929
"pestphp/pest": "^3.7"

0 commit comments

Comments
 (0)