Skip to content

Commit

Permalink
Merge pull request #389 from envato/ruby-3.4
Browse files Browse the repository at this point in the history
CI: add Ruby 3.4 to the test matrix
  • Loading branch information
orien authored Jan 12, 2025
2 parents 36b3fe8 + cd9da11 commit c4f4379
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
name: Test (Ruby ${{ matrix.ruby }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
include:
- os: macos
ruby: '2.7'
Expand Down
1 change: 1 addition & 0 deletions lib/stack_master/test_driver/cloud_formation.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'ostruct'
require 'securerandom'

module StackMaster
Expand Down
1 change: 1 addition & 0 deletions stack_master.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "cucumber"
spec.add_development_dependency "aruba"
spec.add_development_dependency "timecop"
spec.add_development_dependency "ostruct"
spec.add_dependency "os"
spec.add_dependency "ruby-progressbar"
spec.add_dependency "commander", ">= 4.6.0", "< 6"
Expand Down

0 comments on commit c4f4379

Please sign in to comment.