Skip to content

Commit

Permalink
chore(ruby): Minor CI follow ups, bump version to v3.2.2 (#49)
Browse files Browse the repository at this point in the history
* chore(ruby): Minor CI follow ups

* chore(ruby): Minor CI follow ups
  • Loading branch information
felipecsl authored Oct 16, 2024
1 parent 5d98d29 commit ede0be9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:

cross_gems:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref_name, 'ruby-sdk@') }}
defaults:
run:
working-directory: ruby-sdk
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ concurrency:
jobs:
ruby_test:
runs-on: ${{ matrix.os }}-latest
outputs:
gem-path: ${{ steps.set-outputs.outputs.gem-path }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby: [3.0, 3.1, 3.2]
ruby: [3.0, 3.1, 3.2, 3.3]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion ruby-sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ruby-sdk/ext/eppo_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "eppo_client"
# TODO: this version and lib/eppo_client/version.rb should be in sync
version = "3.2.1"
version = "3.2.2"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion ruby-sdk/lib/eppo_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# TODO: this version and ext/eppo_client/Cargo.toml should be in sync
module EppoClient
VERSION = "3.2.1"
VERSION = "3.2.2"
end

0 comments on commit ede0be9

Please sign in to comment.