Skip to content

Commit

Permalink
Running ci only for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 16, 2024
1 parent 3fd178d commit 1da01fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: ['10.*', '11.*']
laravel: ['11.*']

name: OS:${{ matrix.os }} / PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}

Expand Down

0 comments on commit 1da01fd

Please sign in to comment.