Skip to content

Commit

Permalink
Ow yeah, CI fix for the stupid, by the stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 4, 2025
1 parent 0cff630 commit ee561cf
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 @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
php: ['8.3', '8.4']
laravel: ['10.48', '11.0', '11.44', '12.0']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down

0 comments on commit ee561cf

Please sign in to comment.