Skip to content

Commit

Permalink
feat: add ruby3.3 support (aws#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawflau authored Mar 27, 2024
1 parent 3f308b0 commit 729d9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws_lambda_builders/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"python3.11": [ARM64, X86_64],
"python3.12": [ARM64, X86_64],
"ruby3.2": [ARM64, X86_64],
"ruby3.3": [ARM64, X86_64],
"java8": [ARM64, X86_64],
"java11": [ARM64, X86_64],
"java17": [ARM64, X86_64],
Expand Down
1 change: 1 addition & 0 deletions tests/integration/workflows/ruby_bundler/test_ruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
("runtime",),
[
("ruby3.2",),
("ruby3.3",),
],
)
class TestRubyWorkflow(TestCase):
Expand Down

0 comments on commit 729d9c5

Please sign in to comment.