Skip to content

Commit

Permalink
Bumped PHP and Laravel version numbers in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 17, 2023
1 parent a0931b2 commit 20613e7
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.1', '8.2']
laravel: ['10.0', '10.13']
php: ['8.1', '8.2', '8.3']
laravel: ['10.0', '10.37']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down

0 comments on commit 20613e7

Please sign in to comment.