File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 - name : Install PHP
4848 uses : shivammathur/setup-php@v2
4949 with :
50- php-version : ${{ matrix.php-versions }}
50+ php-version : ${{ matrix.php-version }}
5151
5252 - name : Validate composer.json and composer.lock
5353 run : composer validate
Original file line number Diff line number Diff line change 2727 tests :
2828 runs-on : ubuntu-latest
2929 needs : ['meilisearch-version']
30- name : integration-tests-against-rc (PHP ${{ matrix.php-versions }})
30+ name : integration-tests-against-rc (PHP ${{ matrix.php-version }})
3131 services :
3232 meilisearch :
3333 image : getmeili/meilisearch:${{ needs.meilisearch-version.outputs.version }}
4747 - name : Install PHP
4848 uses : shivammathur/setup-php@v2
4949 with :
50- php-version : ${{ matrix.php-versions }}
50+ php-version : ${{ matrix.php-version }}
5151 coverage : none
5252
5353 - name : Validate composer.json and composer.lock
You can’t perform that action at this time.
0 commit comments