Skip to content

Commit

Permalink
Added PHP 8.4 to the CI + Bump Laravel to 11.35
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 14, 2024
1 parent 66ce2c7 commit cc1d527
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']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down

0 comments on commit cc1d527

Please sign in to comment.