Skip to content

Commit

Permalink
Update GitHub Actions for Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and sebdesign committed Feb 20, 2025
1 parent 3202d6d commit 95ce5cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.4, 8.3, 8.2, 8.1]
laravel: [11.*, 10.*, 9.*]
laravel: ['9.*', '10.*', '11.*', '12.*']
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 12.*
testbench: 10.*
exclude:
- laravel: 11.*
php: 8.1
Expand All @@ -34,6 +36,8 @@ jobs:
php: 8.4
- laravel: 9.*
php: 8.3
- laravel: 12.*
php: 8.1

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

Expand Down Expand Up @@ -91,4 +95,4 @@ jobs:
- name: Upload coverage
uses: sudo-bot/action-scrutinizer@latest
with:
cli-args: "--format=php-clover build/coverage/coverage.clover"
cli-args: --format=php-clover build/coverage/coverage.clover

0 comments on commit 95ce5cd

Please sign in to comment.