Skip to content

Commit 49c16a4

Browse files
committed
support testbench 10.x
1 parent bcc3c51 commit 49c16a4

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: true
99
matrix:
1010
php: [7.4, 8.0, 8.1, 8.2, 8.3]
11-
laravel: [8.*, 9.*, 10.*, 11.*]
11+
laravel: [8.*, 9.*, 10.*, 11.*, 12.*]
1212
statamic: [3.*, 4.*, 5.*]
1313
exclude:
1414
- laravel: 8.*
@@ -34,11 +34,21 @@ jobs:
3434
- laravel: 11.*
3535
php: 8.0
3636
- laravel: 11.*
37-
php: 8.1
37+
php: 8.1
3838
- laravel: 11.*
3939
statamic: 3.*
4040
- laravel: 11.*
4141
statamic: 4.*
42+
- laravel: 12.*
43+
php: 7.4
44+
- laravel: 12.*
45+
php: 8.0
46+
- laravel: 12.*
47+
php: 8.1
48+
- laravel: 12.*
49+
statamic: 3.*
50+
- laravel: 12.*
51+
statamic: 4.*
4252
dependency-version: [prefer-stable]
4353

4454
name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.statamic }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
],
1515
"require": {
1616
"php": "^7.4|^8.0",
17-
"laravel/framework": "^7.30.3|^8.24|^9.0|^10.0|^11.0",
17+
"laravel/framework": "^7.30.3|^8.24|^9.0|^10.0|^11.0|^12.0",
1818
"statamic/cms": "^3.0.0|^4.0|^5.0"
1919
},
2020
"require-dev": {
2121
"friendsofphp/php-cs-fixer": "^3.8",
2222
"nunomaduro/collision": "^4.1|^5.0|^6.0|^8.1",
23-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
23+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2424
"phpunit/phpunit": "^9.5|^10.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)