We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c9224 commit f8d9cdcCopy full SHA for f8d9cdc
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
php: ['8.2', '8.3']
12
- laravel: ['10.0', '10.48', '11.0']
+ laravel: ['10.0', '10.48', '11.0', '11.14']
13
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
14
steps:
15
- name: Checkout
0 commit comments