Skip to content

Commit

Permalink
ci: test laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Aug 25, 2024
1 parent d764254 commit 4330dbd
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 @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
php: [ 8.2, 8.3 ]
laravel: [ 10.* ]
laravel: [ 10.*, 11.* ]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit 4330dbd

Please sign in to comment.