Skip to content

Commit

Permalink
Testing on Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Feb 13, 2025
1 parent ee219ef commit f6c0a52
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3, 8.4 ]
laravel: [ 11.* ]
include:
- laravel: 11.*
testbench: 9.*-dev
laravel: [ 11.*, 12.*-dev ]

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

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

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

Expand All @@ -106,7 +100,6 @@ jobs:
run: |
composer --version
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
composer update --prefer-dist --no-interaction --no-suggest --dev
composer dump
Expand All @@ -126,10 +119,7 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3, 8.4 ]
laravel: [ 11.* ]
include:
- laravel: 11.*
testbench: 9.*-dev
laravel: [ 11.*, 12.*-dev ]

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

Expand All @@ -155,7 +145,6 @@ jobs:
run: |
composer --version
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
composer update --prefer-dist --no-interaction --no-suggest --dev
composer dump
Expand Down

0 comments on commit f6c0a52

Please sign in to comment.