Skip to content

Commit c149a45

Browse files
authored
ci: update Ruby version matrix (#49)
Signed-off-by: Max VelDink <[email protected]>
1 parent bbeb2b4 commit c149a45

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

3-
on: push
3+
on:
4+
- push
5+
- pull_request
46

57
jobs:
68
rspec:
@@ -18,6 +20,7 @@ jobs:
1820
- "2.7"
1921
- "3.0"
2022
- "3.1"
23+
- "3.2"
2124
env:
2225
BUNDLE_GEMFILE: Gemfile
2326

@@ -36,7 +39,7 @@ jobs:
3639
- uses: actions/checkout@v3
3740
- uses: ruby/setup-ruby@v1
3841
with:
39-
ruby-version: 3.1
42+
ruby-version: 3.2
4043
- run: bundle install
4144
- name: Rubocop
4245
run: bundle exec rubocop --color

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ We support multiple data types for flags (numbers, strings, booleans, objects) a
1414

1515
| Ruby Version | OS |
1616
| ----------- | ----------- |
17-
| Ruby 2.7.6 | Windows, MacOS, Linux |
18-
| Ruby 3.0.4 | Windows, MacOS, Linux |
19-
| Ruby 3.1.2 | Windows, MacOS, Linux |
17+
| Ruby 2.7.8 | Windows, MacOS, Linux |
18+
| Ruby 3.0.6 | Windows, MacOS, Linux |
19+
| Ruby 3.1.4 | Windows, MacOS, Linux |
20+
| Ruby 3.2.2 | Windows, MacOS, Linux |
2021

2122

2223
## Installation

openfeature-sdk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Ruby SDK for an the specifications for the open standard of feature flag management"
1313
spec.homepage = "https://github.com/open-feature/openfeature-ruby"
1414
spec.license = "Apache-2.0'"
15-
spec.required_ruby_version = ">= 2.7.6"
15+
spec.required_ruby_version = ">= 2.7"
1616

1717
spec.metadata["homepage_uri"] = spec.homepage
1818
spec.metadata["source_code_uri"] = "https://github.com/open-feature/openfeature-ruby"

0 commit comments

Comments
 (0)