Skip to content

Commit 817cbde

Browse files
laravel-shiftowenvoke
authored andcommitted
Bump dependencies for Laravel 13
1 parent 5d1594d commit 817cbde

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,22 @@ jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: true
1413
matrix:
1514
os: [ubuntu-latest]
16-
php: [8.4, 8.3]
17-
laravel: [12.*, 11.*]
15+
php: [8.4, 8.5]
16+
laravel: [12.*, 13.*]
1817
stability: [prefer-lowest, prefer-stable]
1918
include:
19+
- laravel: 13.*
20+
testbench: ^11.0
2021
- laravel: 12.*
21-
testbench: 10.*
22-
- laravel: 11.*
23-
testbench: 9.*
22+
testbench: ^10.7
2423

2524
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2625

2726
steps:
2827
- name: Checkout code
29-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
3029

3130
- name: Setup PHP
3231
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.3",
8-
"illuminate/support": "^11.0 || ^12.0",
9-
"illuminate/contracts": "^11.0 || ^12.0"
7+
"php": "^8.4",
8+
"illuminate/support": "^12.0 || ^13.0",
9+
"illuminate/contracts": "^12.0 || ^13.0"
1010
},
1111
"require-dev": {
1212
"mockery/mockery": "^1.6",
13-
"orchestra/testbench": "^9.12 || ^10.1",
14-
"pestphp/pest": "^3.1",
15-
"worksome/coding-style": "^3.2"
13+
"orchestra/testbench": "^10.1 || ^11.0",
14+
"pestphp/pest": "^4.4",
15+
"worksome/coding-style": "^3.4"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)