Skip to content

Commit

Permalink
chore(ci): Add Ruby 3.4 to test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines committed Jan 6, 2025
1 parent c0818b6 commit a44b07c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ GEM
coderay (1.1.3)
commonmarker (0.23.11)
diff-lcs (1.5.1)
google-protobuf (4.29.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.2-x86_64-linux)
google-protobuf (4.29.2)
bigdecimal
rake (>= 13)
googleapis-common-protos-types (1.16.0)
google-protobuf (>= 3.18, < 5.a)
grpc (1.68.1-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
grpc (1.68.1-x86_64-linux)
grpc (1.68.1)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
json (2.9.1)
Expand Down Expand Up @@ -116,4 +110,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.5.23
2.6.2
2 changes: 1 addition & 1 deletion bin/test-matrix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def matrix_entries(vary, *latest, include_latest: false)
end

# We support non-end-of-life Ruby versions: https://www.ruby-lang.org/en/downloads/branches/
ruby_versions = Versions.new(["3.1", "3.2", "3.3"])
ruby_versions = Versions.new(["3.1", "3.2", "3.3", "3.4"])

minimum_cerbos_version = Gem::Version.new("0.16.0")
available_cerbos_versions = []
Expand Down

0 comments on commit a44b07c

Please sign in to comment.