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:
12
12
13
13
jobs :
14
14
test :
15
- name : PHP ${{ matrix.php-version }} + ${{ matrix.dependencies }} + ${{ matrix.variant }}
15
+ name : PHP ${{ matrix.php-version }} + ${{ matrix.driver-version }} + ${{ matrix. dependencies }} + ${{ matrix.variant }}
16
16
17
17
runs-on : ubuntu-latest
18
18
46
46
- ' 8.2'
47
47
- ' 8.3'
48
48
- ' 8.4'
49
+ driver-version :
50
+ - ' stable'
49
51
dependencies :
50
52
- ' highest'
51
53
- ' lowest'
56
58
- ' symfony/symfony:"6.3.*"'
57
59
- ' symfony/symfony:"6.4.*"'
58
60
- ' symfony/symfony:"7.0.*"'
61
+ include :
62
+ - php-version : ' 8.4'
63
+ driver-version : ' mongodb/mongo-php-driver@v2.x'
64
+ dependencies : ' highest'
65
+ symfony-require : ' '
66
+ variant : ' normal'
59
67
60
68
steps :
61
69
- name : Checkout
65
73
uses : shivammathur/setup-php@v2
66
74
with :
67
75
php-version : ${{ matrix.php-version }}
76
+ extensions : " mongodb-${{ matrix.driver-version }}"
68
77
69
78
- name : Add PHPUnit matcher
70
79
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
You can’t perform that action at this time.
0 commit comments