Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
Comment thread
ryanmitchell marked this conversation as resolved.
Outdated
laravel: [10.*, 11.*, 12.*]
statamic: [5.*]
laravel: [11.*, 12.*]
statamic: [5.*, 6.*]
dependency-version: [prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.statamic }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"php": "^8.2",
"guzzlehttp/guzzle": "^7.3",
"http-interop/http-factory-guzzle": "^1.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"statamic/cms": "^5.38",
"illuminate/support": "^11.0 || ^12.0",
"statamic/cms": "^5.38 || ^6.0",
"typesense/typesense-php": "^4.9"
},
"require-dev": {
Expand Down
Loading