File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 test :
15- name : PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
15+ name : PHP ${{ matrix.php-version }} + ${{ matrix.driver-version }} + ${{ matrix. dependencies }} + ${{ matrix.variant }}
1616
1717 runs-on : ubuntu-latest
1818
4646 - ' 8.2'
4747 - ' 8.3'
4848 - ' 8.4'
49+ driver-version :
50+ - ' stable'
4951 dependencies :
5052 - ' highest'
5153 - ' lowest'
5658 - ' symfony/symfony:"6.3.*"'
5759 - ' symfony/symfony:"6.4.*"'
5860 - ' symfony/symfony:"7.0.*"'
61+ include :
62+ - php-version : ' 8.4'
63+ driver-version :
' mongodb/[email protected] ' 64+ dependencies : ' highest'
65+ symfony-require : ' '
66+ variant : ' normal'
5967
6068 steps :
6169 - name : Checkout
6573 uses : shivammathur/setup-php@v2
6674 with :
6775 php-version : ${{ matrix.php-version }}
76+ extensions : " mongodb-${{ matrix.driver-version }}"
6877
6978 - name : Add PHPUnit matcher
7079 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
You can’t perform that action at this time.
0 commit comments