Skip to content

Commit 4114586

Browse files
committed
Merge branch '1.x' of https://github.com/milwad-dev/laravel-crod into 1.x
2 parents 8095b5c + 1add068 commit 4114586

2 files changed

Lines changed: 28 additions & 6 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest, ubuntu-latest]
12-
php: [8.0, 8.1, 8.2, 8.3, 8.4]
13-
laravel: [9.*, 10.*, 11.*, 12.*]
12+
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
13+
laravel: [9.*, 10.*, 11.*, 12.*, 13.*]
1414
dependency-version: [prefer-stable]
1515
include:
16+
- laravel: 13.*
17+
testbench: 11.*
18+
phpunit: 12.*
19+
1620
- laravel: 12.*
1721
testbench: 10.*
1822
phpunit: 11.*
@@ -30,24 +34,42 @@ jobs:
3034
phpunit: 10.*
3135

3236
exclude:
37+
- laravel: 13.*
38+
php: 8.2
39+
40+
- laravel: 13.*
41+
php: 8.1
42+
43+
- laravel: 13.*
44+
php: 8.0
45+
3346
- laravel: 12.*
3447
php: 8.1
3548

3649
- laravel: 12.*
3750
php: 8.0
3851

52+
- laravel: 11.*
53+
php: 8.5
54+
3955
- laravel: 11.*
4056
php: 8.1
4157

4258
- laravel: 11.*
4359
php: 8.0
4460

61+
- laravel: 10.*
62+
php: 8.5
63+
4564
- laravel: 10.*
4665
php: 8.4
4766

4867
- laravel: 10.*
4968
php: 8.0
5069

70+
- laravel: 9.*
71+
php: 8.5
72+
5173
- laravel: 9.*
5274
php: 8.4
5375

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
],
1919
"require": {
2020
"php": "^8.0",
21-
"binafy/laravel-stub": "^1.1",
21+
"binafy/laravel-stub": "^1.2",
2222
"doctrine/dbal": "^3.8|4.*",
23-
"laravel/framework": "^9.0|^10.0|^11.0|^12.0"
23+
"laravel/framework": "^9.0|^10.0|^11.0|^12.0|^13.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
27-
"phpunit/phpunit": "^9.0|^10.0|^11.0"
26+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0",
27+
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)