Skip to content

Commit

Permalink
Merge branch '2.x' into issue-494
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Oct 1, 2024
2 parents b552b74 + 88860bc commit 38a97e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
- name: "Run PHPUnit tests"
if: ${{ matrix.drupal-core != '10.1.x' || matrix.php-version != '8.1' }}
if: ${{ matrix.drupal-core != '10.2.x' || matrix.php-version != '8.2' }}
run: |
cd drupal
vendor/bin/phpunit -c core --verbose --color --group apigee_m10n --testsuite unit,kernel,functional,functional-javascript modules/contrib/apigee_m10n
Expand Down

0 comments on commit 38a97e1

Please sign in to comment.