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 8
8
build :
9
9
runs-on : " ${{ matrix.os }}"
10
10
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 }}"
12
12
13
13
strategy :
14
14
matrix :
23
23
- " 8.1"
24
24
- " 8.2"
25
25
- " 8.3"
26
+ laravel :
27
+ - " 10.*"
26
28
include :
27
29
- php : " 8.1"
30
+ laravel : " 10.*"
28
31
mongodb : " 5.0"
29
32
mode : " low-deps"
30
33
58
61
if : ${{ runner.debug }}
59
62
run : " docker version && env"
60
63
64
+ - name : " Restrict Laravel version"
65
+ run : " composer require --dev --no-update 'laravel/framework:${{ matrix.laravel }}'"
66
+
61
67
- name : " Download Composer cache dependencies from cache"
62
68
id : " composer-cache"
63
69
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments