Skip to content

Commit

Permalink
feat: add support for Laravel 11 and php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Mar 5, 2024
1 parent b08fbee commit 376191c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1,8.2]
laravel: [9.*, 10.*]
php: [8.1,8.2,8.3]
laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

- laravel: 11.*
testbench: 9.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

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",
"ext-zlib": "*",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.64",
"spatie/laravel-package-tools": "^1.13.0"
},
Expand Down

0 comments on commit 376191c

Please sign in to comment.