Skip to content

Commit 400d65a

Browse files
committed
update tests.yml
1 parent 9156c32 commit 400d65a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.0, 8.1, 8.2, 8.3]
12-
laravel: [9.*, 10.*, 11.*]
11+
php: [8.0, 8.1, 8.2, 8.3, 8.4]
12+
laravel: [9.*, 10.*, 11.*, 12.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
15+
- laravel: 12.*
16+
testbench: 10.*
17+
pest-plugin-laravel: 3.0.0
18+
1519
- laravel: 11.*
1620
testbench: 9.*
1721
pest-plugin-laravel: 2.3.0
@@ -25,6 +29,12 @@ jobs:
2529
pest-plugin-laravel: 1.4.0
2630

2731
exclude:
32+
- laravel: 12.*
33+
php: 8.1
34+
35+
- laravel: 12.*
36+
php: 8.0
37+
2838
- laravel: 11.*
2939
php: 8.1
3040

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"laravel-cart-shop",
1515
"laravel-shop",
1616
"laravel e-commerce",
17-
"laravel basket"
17+
"laravel basket",
18+
"laravel shopping",
19+
"laravel shopping cart",
20+
"laravelshoppingcart"
1821
],
1922
"type": "library",
2023
"license": "MIT",

0 commit comments

Comments
 (0)