From 27e7d4527368feb3d3f5bf343e40f264fb7c0b77 Mon Sep 17 00:00:00 2001 From: Shelane French Date: Fri, 9 Feb 2024 15:24:05 -0800 Subject: [PATCH 1/2] updates tools composer 2.7.0 => 2.7.1 wpcli 2.9.0 => 2.10.0 acquia cli 2.22.1 => 2.22.2 yq 4.40.5 => 4.40.7 --- 8.1/Dockerfile | 8 ++++---- 8.2/Dockerfile | 8 ++++---- 8.3/Dockerfile | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/8.1/Dockerfile b/8.1/Dockerfile index a31a0102..744c75ba 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -240,16 +240,16 @@ RUN set -xe; \ ENV \ COMPOSER_DEFAULT_VERSION=2 \ COMPOSER_VERSION=1.10.27 \ - COMPOSER2_VERSION=2.7.0 \ + COMPOSER2_VERSION=2.7.1 \ DRUSH_VERSION=8.4.12 \ DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \ - WPCLI_VERSION=2.9.0 \ + WPCLI_VERSION=2.10.0 \ # platformsh/legacy-cli PLATFORMSH_CLI_VERSION=4.14.1 \ - ACQUIA_CLI_VERSION=2.22.1 \ + ACQUIA_CLI_VERSION=2.22.2 \ TERMINUS_VERSION=3.3.3 \ JQ_VERSION=1.7.1 \ - YQ_VERSION=4.40.5 + YQ_VERSION=4.40.7 RUN set -xe; \ # Composer 1.x curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \ diff --git a/8.2/Dockerfile b/8.2/Dockerfile index b8be9313..20f47012 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -241,16 +241,16 @@ RUN set -xe; \ ENV \ COMPOSER_DEFAULT_VERSION=2 \ COMPOSER_VERSION=1.10.27 \ - COMPOSER2_VERSION=2.7.0 \ + COMPOSER2_VERSION=2.7.1 \ DRUSH_VERSION=8.4.12 \ DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \ - WPCLI_VERSION=2.9.0 \ + WPCLI_VERSION=2.10.0 \ # platformsh/legacy-cli PLATFORMSH_CLI_VERSION=4.14.1 \ - ACQUIA_CLI_VERSION=2.22.1 \ + ACQUIA_CLI_VERSION=2.22.2 \ TERMINUS_VERSION=3.3.3 \ JQ_VERSION=1.7.1 \ - YQ_VERSION=4.40.5 + YQ_VERSION=4.40.7 RUN set -xe; \ # Composer 1.x curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \ diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 42c529f0..55110f17 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -250,16 +250,16 @@ RUN set -xe; \ ENV \ COMPOSER_DEFAULT_VERSION=2 \ COMPOSER_VERSION=1.10.27 \ - COMPOSER2_VERSION=2.7.0 \ + COMPOSER2_VERSION=2.7.1 \ DRUSH_VERSION=8.4.12 \ DRUPAL_CONSOLE_LAUNCHER_VERSION=1.9.7 \ - WPCLI_VERSION=2.9.0 \ + WPCLI_VERSION=2.10.0 \ # platformsh/legacy-cli PLATFORMSH_CLI_VERSION=4.14.1 \ - ACQUIA_CLI_VERSION=2.22.1 \ + ACQUIA_CLI_VERSION=2.22.2 \ TERMINUS_VERSION=3.3.3 \ JQ_VERSION=1.7.1 \ - YQ_VERSION=4.40.5 + YQ_VERSION=4.40.7 RUN set -xe; \ # Composer 1.x curl -fsSL "https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar" -o /usr/local/bin/composer1; \ From c1f9190d04b9bb3a72946cfdbd5d9f53a2a217b1 Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Mon, 12 Feb 2024 12:05:33 +0100 Subject: [PATCH 2/2] Switch to bats-core/bats-action@1.5.4 for CI tests mig4/setup-bats is no longer maintained. bats-core/bats-action is it's fork under the official bats-core org on Github. --- .github/workflows/default.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 06568ac8..3c61e6a1 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -153,9 +153,7 @@ jobs: steps: - name: Setup Bats - uses: mig4/setup-bats@v1 - with: - bats-version: '1.3.0' + uses: bats-core/bats-action@1.5.4 - name: Checkout uses: actions/checkout@v4