Skip to content

Commit

Permalink
Merge pull request #316 from docksal/feature/version-bumps
Browse files Browse the repository at this point in the history
updates tools
  • Loading branch information
lmakarov authored Feb 12, 2024
2 parents 32a38a8 + c1f9190 commit 54f946b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
8 changes: 4 additions & 4 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
8 changes: 4 additions & 4 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 54f946b

Please sign in to comment.