We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0437299 commit 259088cCopy full SHA for 259088c
2 files changed
.github/workflows/test.yml
@@ -10,8 +10,8 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-latest]
13
- php: [8.3, 8.4]
14
- laravel: [12.*]
+ php: [8.3, 8.4, 8.5]
+ laravel: [12.*, 13.*]
15
statamic: [^6.0]
16
name: P${{ matrix.php }} - S${{ matrix.statamic }} - L${{ matrix.laravel }} - ubuntu-latest
17
steps:
composer.json
@@ -17,11 +17,11 @@
"statamic/cms": "^6.0"
18
},
19
"require-dev": {
20
- "jasonmccreary/laravel-test-assertions": "^2.0",
+ "jasonmccreary/laravel-test-assertions": "^2.9",
21
"laravel/pint": "^1.0",
22
"mockery/mockery": "^1.3.3",
23
- "orchestra/testbench": "^10.0.2",
24
- "phpunit/phpunit": "^11.0",
+ "orchestra/testbench": "^10.0.2 || ^11.0",
+ "phpunit/phpunit": "^11.0 || ^12.0",
25
"spatie/laravel-ray": "*"
26
27
"autoload": {
0 commit comments