File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ on: ['push', 'pull_request']
55jobs :
66 static :
77 name : Static Tests
8-
98 runs-on : ubuntu-latest
10- strategy :
11- matrix :
12- dependency-version : [prefer-lowest, prefer-stable]
139
1410 steps :
1511 - name : Checkout
Original file line number Diff line number Diff line change 99 matrix :
1010 os : [ubuntu-latest] # (macos-latest, windows-latest) 2.x-dev is under development
1111 php : ['8.1', '8.2']
12- dependency-version : [prefer-lowest, prefer-stable]
1312 parallel : ['', '--parallel']
1413
15- name : PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} - ${{ matrix. parallel }}
14+ name : PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.parallel }}
1615
1716 steps :
1817 - name : Checkout
3029 echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3130 echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3231 - name : Install PHP dependencies
33- run : composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
32+ run : composer update --prefer-stable --no-interaction --no-progress --ansi
3433
3534 - name : Unit Tests
3635 run : composer test:unit
You can’t perform that action at this time.
0 commit comments