File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : " ${{ matrix.os }}"
1010
11- name : " PHP v ${{ matrix.php }} with MongoDB ${{ matrix.mongodb }} ${{ matrix.mode }}"
11+ name : " PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} MongoDB ${{ matrix.mongodb }} ${{ matrix.mode }}"
1212
1313 strategy :
1414 matrix :
2323 - " 8.1"
2424 - " 8.2"
2525 - " 8.3"
26+ laravel :
27+ - " 10.*"
2628 include :
2729 - php : " 8.1"
30+ laravel : " 10.*"
2831 mongodb : " 5.0"
2932 mode : " low-deps"
3033
5861 if : ${{ runner.debug }}
5962 run : " docker version && env"
6063
64+ - name : " Restrict Laravel version"
65+ run : " composer require --dev --no-update 'laravel/framework:${{ matrix.laravel }}'"
66+
6167 - name : " Download Composer cache dependencies from cache"
6268 id : " composer-cache"
6369 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments