Skip to content

Commit

Permalink
Merge pull request #7 from MrPunyapal/laravel-11
Browse files Browse the repository at this point in the history
Laravel 11
  • Loading branch information
MrPunyapal authored Mar 16, 2024
2 parents f7d48ec + 365b40a commit 3760377
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.67
- laravel: 11.*
testbench: 9.*
carbon: ^2.72.2
exclude:
- Laravel: 11.*
php: 8.1

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.10"
"php": "^8.1|^8.2|^8.3",
"illuminate/contracts": "^10.10|^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"orchestra/testbench": "^8.0",
"nunomaduro/collision": "^7.9|^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.2"
Expand Down

0 comments on commit 3760377

Please sign in to comment.