Skip to content

Commit 55506b3

Browse files
committed
Add Laravel 10 support
1 parent fee9a94 commit 55506b3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,27 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php: [ 7.3, 7.4, 8.0, 8.1 ]
17-
laravel: [ 6.*, 7.*, 8.*, 9.* ]
16+
php: [ 7.3, 7.4, 8.0, 8.1, 8.2 ]
17+
laravel: [ 6.*, 7.*, 8.*, 9.*, 10.* ]
1818
exclude:
19+
- laravel: 10.*
20+
php: 7.3
21+
- laravel: 10.*
22+
php: 7.4
23+
- laravel: 10.*
24+
php: 8.0
1925
- laravel: 9.*
2026
php: 7.3
2127
- laravel: 9.*
2228
php: 7.4
2329
- laravel: 7.*
2430
php: 8.1
31+
- laravel: 7.*
32+
php: 8.2
2533
- laravel: 6.*
2634
php: 8.1
35+
- laravel: 6.*
36+
php: 8.2
2737

2838
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2939

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"awobaz/compoships": "^2.1"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
23+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
2424
"laravel/legacy-factories": "^1.1",
2525
"squizlabs/php_codesniffer": "^3.6"
2626
},

0 commit comments

Comments
 (0)