File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ on: [push, pull_request]
55jobs :
66 test :
77
8- runs-on : ${{ matrix.os}}
8+ runs-on : ${{ matrix.os }}
99 strategy :
1010 fail-fast : true
1111 matrix :
12- os : [ubuntu-latest, windows-latest ]
12+ os : [ubuntu-latest]
1313 php : [7.4]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515
16- name : P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os}}
16+ name : P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
1717
1818 steps :
1919 - name : Checkout code
2323 uses : actions/cache@v1
2424 with :
2525 path : ~/.composer/cache/files
26- key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
26+ key : dependencies-php-${{ matrix.php }}-${{ matrix.os }}- composer-${{ hashFiles('composer.json') }}
2727
2828 - name : Setup PHP
2929 uses : shivammathur/setup-php@v1
You can’t perform that action at this time.
0 commit comments