File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,7 @@ jobs:
103103 - name : Install dependencies with Composer
104104 run : ./tools/composer update --no-ansi --no-interaction --no-progress
105105
106- - name : Run tests with PHPUnit on stable PHP version
107- if : matrix.php-version != '8.3'
108- run : ./phpunit --testsuite unit
109-
110- - name : Run tests with PHPUnit on unstable PHP version
111- if : matrix.php-version == '8.3'
112- continue-on-error : true
106+ - name : Run tests with PHPUnit
113107 run : ./phpunit --testsuite unit
114108
115109 end-to-end-tests :
@@ -159,13 +153,7 @@ jobs:
159153 - name : Install dependencies with Composer
160154 run : ./tools/composer update --no-ansi --no-interaction --no-progress
161155
162- - name : Run tests with PHPUnit on stable PHP version
163- if : matrix.php-version != '8.3'
164- run : ./phpunit --testsuite end-to-end
165-
166- - name : Run tests with PHPUnit on unstable PHP version
167- if : matrix.php-version == '8.3'
168- continue-on-error : true
156+ - name : Run tests with PHPUnit
169157 run : ./phpunit --testsuite end-to-end
170158
171159 code-coverage :
You can’t perform that action at this time.
0 commit comments