File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 97
97
dependencies :
98
98
- " lowest"
99
99
- " highest"
100
+ phpunit-version :
101
+ - " ^9.5"
102
+ - " ^10.5"
103
+ - " ^11.5"
100
104
101
105
steps :
102
106
- name : " Checkout"
@@ -108,6 +112,9 @@ jobs:
108
112
coverage : " none"
109
113
php-version : " ${{ matrix.php-version }}"
110
114
115
+ - name : " Require specific PHPUnit version"
116
+ run : " composer require --dev phpunit/phpunit:${{ matrix.phpunit-version }}"
117
+
111
118
- name : " Install lowest dependencies"
112
119
if : ${{ matrix.dependencies == 'lowest' }}
113
120
run : " composer update --prefer-lowest --no-interaction --no-progress"
@@ -136,6 +143,10 @@ jobs:
136
143
dependencies :
137
144
- " lowest"
138
145
- " highest"
146
+ phpunit-version :
147
+ - " ^9.5"
148
+ - " ^10.5"
149
+ - " ^11.5"
139
150
140
151
steps :
141
152
- name : " Checkout"
@@ -149,6 +160,9 @@ jobs:
149
160
extensions : mbstring
150
161
tools : composer:v2
151
162
163
+ - name : " Require specific PHPUnit version"
164
+ run : " composer require --dev phpunit/phpunit:${{ matrix.phpunit-version }}"
165
+
152
166
- name : " Install lowest dependencies"
153
167
if : ${{ matrix.dependencies == 'lowest' }}
154
168
run : " composer update --prefer-lowest --no-interaction --no-progress"
You can’t perform that action at this time.
0 commit comments