Skip to content

Commit 259088c

Browse files
Supports Laravel 13 (#342)
1 parent 0437299 commit 259088c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: [8.3, 8.4]
14-
laravel: [12.*]
13+
php: [8.3, 8.4, 8.5]
14+
laravel: [12.*, 13.*]
1515
statamic: [^6.0]
1616
name: P${{ matrix.php }} - S${{ matrix.statamic }} - L${{ matrix.laravel }} - ubuntu-latest
1717
steps:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"statamic/cms": "^6.0"
1818
},
1919
"require-dev": {
20-
"jasonmccreary/laravel-test-assertions": "^2.0",
20+
"jasonmccreary/laravel-test-assertions": "^2.9",
2121
"laravel/pint": "^1.0",
2222
"mockery/mockery": "^1.3.3",
23-
"orchestra/testbench": "^10.0.2",
24-
"phpunit/phpunit": "^11.0",
23+
"orchestra/testbench": "^10.0.2 || ^11.0",
24+
"phpunit/phpunit": "^11.0 || ^12.0",
2525
"spatie/laravel-ray": "*"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)