Skip to content

Commit

Permalink
Support Laravel 11, test php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley Aven committed May 29, 2024
1 parent 02cec72 commit 54a2157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
stability: [prefer-lowest, prefer-stable]
include:
- testbench: 8.*
- testbench: 9.*
php: 8.3

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "Interact with the miro clipboard",
"type": "library",
"require": {
"illuminate/conditionable": "^10",
"illuminate/macroable": "^10"
"illuminate/conditionable": "^10|^11",
"illuminate/macroable": "^10|^11"
},
"require-dev": {
"laravel/pint": "^1.0",
"spatie/invade": "^2.0",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7",
"nunomaduro/collision": "^7|^8",
"pestphp/pest": "^2.9",
"pestphp/pest-plugin-arch": "^2.0",
"phpstan/extension-installer": "^1.1",
Expand Down

0 comments on commit 54a2157

Please sign in to comment.