Skip to content

Commit

Permalink
add laravel 12 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed Feb 25, 2025
1 parent b80f63a commit 3b415b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [11.*, 10.*, 9.*]
laravel: [12.*, 11.*, 10.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 11.*
- php: 8.1
laravel: 12.*

name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
steps:
Expand Down

0 comments on commit 3b415b5

Please sign in to comment.