Skip to content

Commit 47f5852

Browse files
authored
Laravel 10.x Support (#1380)
1 parent 7590abc commit 47f5852

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
matrix:
2222
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
23-
laravel: [^9, ^8, ^7]
23+
laravel: [^10, ^9, ^8, ^7]
2424
dependency-version: [prefer-lowest, prefer-stable]
2525
exclude:
26-
- laravel: ^7*
26+
- laravel: ^7
2727
php: 8.1
2828
- laravel: ^7
2929
php: 8.2
@@ -35,8 +35,14 @@ jobs:
3535
php: 7.3
3636
- laravel: ^9
3737
php: 7.4
38-
- laravel: ^7
39-
php: 8.1
38+
- laravel: ^10
39+
php: 7.2
40+
- laravel: ^10
41+
php: 7.3
42+
- laravel: ^10
43+
php: 7.4
44+
- laravel: ^10
45+
php: 8.0
4046

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"require": {
1313
"php": ">=7.2.5",
1414
"maximebf/debugbar": "^1.17.2",
15-
"illuminate/routing": "^7|^8.67|^9",
16-
"illuminate/session": "^7|^8.67|^9",
17-
"illuminate/support": "^7|^8.67|^9",
15+
"illuminate/routing": "^7|^8.67|^9|^10",
16+
"illuminate/session": "^7|^8.67|^9|^10",
17+
"illuminate/support": "^7|^8.67|^9|^10",
1818
"symfony/finder": "^5|^6"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.3.3",
22-
"orchestra/testbench-dusk": "^5|^6|^7",
22+
"orchestra/testbench-dusk": "^5|^6|^7|^8",
2323
"phpunit/phpunit": "^8.5.30|^9.0",
2424
"squizlabs/php_codesniffer": "^3.5"
2525
},

0 commit comments

Comments
 (0)