Skip to content

Commit 53d72e3

Browse files
authored
Laravel 10 (#6)
1 parent 0a777bd commit 53d72e3

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/tests.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.1, 8.0, 7.4, 7.3]
16-
laravel: [8.*, 9.*]
15+
php: [8.2, 8.1]
16+
laravel: [9.*, 10.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
19-
exclude:
20-
- laravel: 9.*
21-
php: 7.4
22-
- laravel: 9.*
23-
php: 7.3
2419

2520
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2621

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Debug Laravel views",
44
"license": "MIT",
55
"require": {
6-
"laravel/framework": "^8.0 || ^9.0"
6+
"laravel/framework": "^9.0 || ^10.0"
77
},
88
"require-dev": {
9-
"orchestra/testbench": "^6.22 || ^7.0"
9+
"orchestra/testbench": "^7.0 || ^8.0"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)