From df57b247f6ccfa7d8896c604b45c44a9807a6cd3 Mon Sep 17 00:00:00 2001 From: Muhammad Shahrukh <> Date: Mon, 8 Apr 2024 13:01:25 +0500 Subject: [PATCH] BTHAMM-7: Fix failing tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6044547..84993bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: run-unit-tests: runs-on: ubuntu-latest - container: compucorp/civicrm-buildkit:1.3.0-php8.0-chrome + container: compucorp/civicrm-buildkit:1.3.1-php8.0 env: CIVICRM_EXTENSIONS_DIR: site/web/sites/all/modules/civicrm/tools/extensions @@ -29,7 +29,7 @@ jobs: run : amp config:set --mysql_dsn=mysql://root:root@mysql:3306 - name: Build Drupal site - run: civibuild create drupal-clean --civi-ver 5.51.3 --cms-ver 7.79 --web-root $GITHUB_WORKSPACE/site + run: civibuild create drupal-clean --civi-ver 5.51.3 --cms-ver 7.94 --web-root $GITHUB_WORKSPACE/site - uses: compucorp/apply-patch@1.0.0 env: