File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 include :
26- - drupal : ' 10.5.*'
27- civicrm : ' 6.10.*'
28- php : ' 8.3'
29- - drupal : ' 10.5.*'
30- civicrm : ' 6.12.x'
31- php : ' 8.3'
3226 - drupal : ' 10.6.*'
3327 civicrm : ' dev-master'
3428 php : ' 8.3'
35- - drupal : ' 11.2.*'
36- civicrm : ' 6.13.x-dev'
37- php : ' 8.3'
38- - drupal : ' 11.x-dev'
39- civicrm : ' dev-master'
40- php : ' 8.3'
4129 name : Drupal ${{ matrix.drupal }} | CiviCRM ${{ matrix.civicrm }}
4230 services :
4331 mysql :
@@ -201,7 +189,7 @@ jobs:
201189 if [ "$PHPUNIT10" == "1" ]; then
202190 PHPUNITARGS="--display-skipped --display-deprecations --display-errors --display-warnings --display-notices"
203191 fi
204- ../vendor/bin/phpunit $PHPUNITARGS -c core modules/contrib/webform_civicrm
192+ ../vendor/bin/phpunit $PHPUNITARGS -c core modules/contrib/webform_civicrm/tests/src/FunctionalJavascript/AuthnetExtensionTest.php
205193 env :
206194 SYMFONY_DEPRECATIONS_HELPER : 999999
207195 SIMPLETEST_DB : mysql://root:@127.0.0.1:${{ job.services.mysql.ports[3306] }}/db
You can’t perform that action at this time.
0 commit comments