File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 fail-fast : true
2626 matrix :
2727 os : [ ubuntu-latest ]
28- php : [ 8.2, 8. 3, 8.4 ]
28+ php : [ 8.3, 8.4 ]
2929 dependency-version : [ prefer-lowest, prefer-stable ]
3030
3131 name : ${{ matrix.os }} / PHP ${{ matrix.php }} / ${{ matrix.dependency-version }}
5656 with :
5757 php-version : ${{ matrix.php }}
5858 coverage : xdebug
59- # extensions: mbstring, gd, intl
59+ extensions : intl
6060
6161 - name : Install dependencies
6262 run : composer update --prefer-dist --no-progress --${{ matrix.dependency-version }}
6666
6767 - name : Upload coverage reports to Codecov
6868 # Make sure the Codecov action is only executed once
69- if : matrix.os == 'ubuntu-latest' && matrix.php == '8.2 ' && matrix.dependency-version == 'prefer-stable'
69+ if : matrix.os == 'ubuntu-latest' && matrix.php == '8.3 ' && matrix.dependency-version == 'prefer-stable'
7070 uses : codecov/codecov-action@v5
7171 with :
7272 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments