Skip to content

Commit

Permalink
Temporary switch back to Laravel 11.15 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 25, 2024
1 parent fc3ba33 commit 0d20554
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 @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.16']
laravel: ['10.43', '10.48', '11.0', '11.15']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down

0 comments on commit 0d20554

Please sign in to comment.