Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Feb 4, 2025
1 parent 714f1a9 commit 74e5802
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
matrix:
os: [ "ubuntu", "macos" ]
php: [ "8.1", "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0" ]
laravel: [ "10.0", "11.0", "12.0" ]
exclude:
- laravel: "11.0"
php: "8.1"
- laravel: "12.0"
php: "8.1"

runs-on: ${{ matrix.os }}-latest

Expand Down

0 comments on commit 74e5802

Please sign in to comment.