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 2951b1b commit c1acaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.2", "8.3" ]
laravel: [ "10.0", "11.0" ]
php: [ "8.2", "8.3", "8.4" ]
laravel: [ "10.0", "11.0", "12.0" ]

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

Expand Down

0 comments on commit c1acaae

Please sign in to comment.