Skip to content

Commit 14bfa6a

Browse files
committed
Include Ruby 3.4
1 parent 03371fd commit 14bfa6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/testing-skipped.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
continue-on-error: true
2020
strategy:
2121
matrix:
22-
ruby: [ '3.1', '3.2', '3.3' ]
22+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
2323
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
2424
steps:
2525
- name: Stubbed for skip

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
continue-on-error: true
3333
strategy:
3434
matrix:
35-
ruby: [ '3.1', '3.2', '3.3' ]
35+
ruby: [ '3.1', '3.2', '3.3', '3.4' ]
3636
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
3737
steps:
3838
- name: Code Checkout

vagrant.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.summary = "Build and distribute virtualized development environments."
1313
s.description = "Vagrant is a tool for building and distributing virtualized development environments."
1414

15-
s.required_ruby_version = ">= 3.0", "< 3.4"
15+
s.required_ruby_version = ">= 3.0", "< 3.5"
1616
s.required_rubygems_version = ">= 1.3.6"
1717

1818
s.add_dependency "base64", "~> 0.2.0"

0 commit comments

Comments
 (0)