Skip to content

Commit

Permalink
Merge pull request #19 from protonemedia/laravel-12
Browse files Browse the repository at this point in the history
Support for Laravel 12
  • Loading branch information
pascalbaljet authored Feb 23, 2025
2 parents 6c3777d + 6e809b1 commit 1c2cfdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
matrix:
os: [ubuntu-22.04]
php: [8.4, 8.3, 8.2]
laravel: [11.*, 10.*]
laravel: [12.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 12.*
testbench: 10.*
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*

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

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.2|^8.3|^8.4",
"illuminate/process": "^10.0|^11.0",
"illuminate/process": "^11.43|^12.0",
"spatie/laravel-package-tools": "^1.13.0",
"spatie/temporary-directory": "^2.1"
},
Expand All @@ -27,10 +27,10 @@
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0|^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpunit/phpunit": "^10.4"
"orchestra/testbench": "^9.0|^10.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpunit/phpunit": "^10.4|^11.5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1c2cfdd

Please sign in to comment.