Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Feb 4, 2025
1 parent d108d24 commit 6334f51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.1", "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
php: [ "8.1", "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0", "12.0" ]
exclude:
- laravel: "11.0"
php: "8.1"
- laravel: "12.0"
php: "8.1"

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit 6334f51

Please sign in to comment.