Skip to content

Commit 15f971d

Browse files
committed
Update ci-toolkit and docker plugin
1 parent 03c5523 commit 15f971d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steps:
3535
matrix:
3636
setup:
3737
ruby:
38-
- 3.2.2
38+
- "$RUBY_VERSION"
3939

4040
#################
4141
# Push to RubyGems

.buildkite/shared-pipeline-vars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
export IMAGE_ID="xcode-26.1.1"
4-
export CI_TOOLKIT="automattic/a8c-ci-toolkit#3.7.1"
5-
export DOCKER_PLUGIN="docker#v5.8.0"
4+
export CI_TOOLKIT="automattic/a8c-ci-toolkit#5.7.0"
5+
export DOCKER_PLUGIN="docker#v5.13.0"
66
export RUBY_VERSION="3.2.2"
77
export DOCKER_RUBY_IMAGE="public.ecr.aws/docker/library/ruby:$RUBY_VERSION"

0 commit comments

Comments
 (0)