We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aebafb commit e3651adCopy full SHA for e3651ad
.github/workflows/run-tests.yml
@@ -27,8 +27,8 @@ jobs:
27
matrix:
28
os: [ubuntu-latest]
29
php: [8.2, 8.3]
30
- laravel: [10.*, 11.*, 12.*]
31
- statamic: [5.*]
+ laravel: [11.*, 12.*]
+ statamic: [5.*, 6.*]
32
dependency-version: [prefer-stable]
33
34
name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.statamic }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
0 commit comments