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 c4557be commit 1a08d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
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": "A beautiful way to create dynamic code",
"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 1a08d93

Please sign in to comment.