Skip to content

Commit

Permalink
CI update for final Laravel 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 12, 2024
1 parent 7b68cd5 commit bd8463c
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 @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
laravel: ['10.0', '10.47', '11.x']
laravel: ['10.0', '10.47', '11.0']
exclude:
- php: '8.1'
laravel: '11.x'
laravel: '11.0'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down

0 comments on commit bd8463c

Please sign in to comment.