Skip to content

Commit

Permalink
Add support for Laravel 11 and php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Friars committed Apr 19, 2024
1 parent 30da1c7 commit 8140d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2]
php: [8.2, 8.3]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.2]
php: [8.2, 8.3]
stability: [prefer-stable]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"illuminate/contracts": "^10|^11"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit 8140d85

Please sign in to comment.