Skip to content

Commit 2b080c9

Browse files
authored
Merge pull request #9 from Invoca/STORY-21317_upgrade_private_gems_to_run_ci_for_ruby_3_3
STORY-21317: Upgrade private gems to run CI for Ruby 3.3
2 parents 9b46392 + ea1722a commit 2b080c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ steps:
88
timeout_in_minutes: 5
99
plugins:
1010
- ssh://[email protected]/Invoca/invoca-ruby-test-matrix-buildkite-plugin.git#main:
11-
min_ruby_version: '3.1'
11+
min_ruby_version: '3.3'
1212
slack_notification_channel: '#dev-team-release-backend-tools-octothorpe'
1313
test_command: "bundle exec rspec"

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.4
1+
3.3.8

0 commit comments

Comments
 (0)