Skip to content

Commit

Permalink
Laravel 12 official support (#203)
Browse files Browse the repository at this point in the history
* Testing on Laravel 12

* wip

* wip

* wip
  • Loading branch information
luisdalmolin authored Feb 13, 2025
1 parent ee219ef commit aafbe34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3, 8.4 ]
laravel: [ 11.* ]
laravel: [ 11.*, 12.*-dev ]
include:
- laravel: 11.*
testbench: 9.*-dev
testbench: 9.*
- laravel: 12.*-dev
testbench: 10.*-dev

name: MySQL 8 - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down Expand Up @@ -77,10 +79,12 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3, 8.4 ]
laravel: [ 11.* ]
laravel: [ 11.*, 12.*-dev ]
include:
- laravel: 11.*
testbench: 9.*-dev
testbench: 9.*
- laravel: 12.*-dev
testbench: 10.*-dev

name: PostgreSQL 15 - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down Expand Up @@ -126,10 +130,12 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3, 8.4 ]
laravel: [ 11.* ]
laravel: [ 11.*, 12.*-dev ]
include:
- laravel: 11.*
testbench: 9.*-dev
testbench: 9.*
- laravel: 12.*-dev
testbench: 10.*-dev

name: SQLite - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "dev-master",
"laravel/legacy-factories": "^1.0@dev",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0"
"orchestra/testbench": "^9.0|^10.0",
"phpunit/phpunit": "^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aafbe34

Please sign in to comment.