Skip to content

Commit c3b886f

Browse files
committed
Prep for Laravel 11
1 parent f6abfd8 commit c3b886f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
16-
laravel: [5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*]
16+
laravel: [5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
1717
version: [prefer-stable]
1818
os: [ubuntu-latest]
1919
include:
@@ -33,6 +33,8 @@ jobs:
3333
testbench: 7.*
3434
- laravel: 10.*
3535
testbench: 8.*
36+
- laravel: 11.*
37+
testbench: 9.*
3638
exclude:
3739
- laravel: 5.6.*
3840
php: 8.0
@@ -96,6 +98,18 @@ jobs:
9698
php: 7.4
9799
- laravel: 10.*
98100
php: 8.0
101+
- laravel: 11.*
102+
php: 7.1
103+
- laravel: 11.*
104+
php: 7.2
105+
- laravel: 11.*
106+
php: 7.3
107+
- laravel: 11.*
108+
php: 7.4
109+
- laravel: 11.*
110+
php: 8.0
111+
- laravel: 11.*
112+
php: 8.1
99113

100114
name: PHP ${{ matrix.php }} - LARAVEL ${{ matrix.laravel }} - ${{ matrix.version }} - ${{ matrix.os }}
101115

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
23+
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2424
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)