Skip to content

Commit

Permalink
update version support
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Jan 22, 2025
1 parent 0ce6c0e commit aa6b59d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-code-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Quickly and easily connect to Mindee's API services using Ruby.

## Requirements

The following Ruby versions are tested and supported: 2.6, 2.7, 3.0, 3.1, 3.2
The following Ruby versions are tested and supported: 3.0, 3.1, 3.2, 3.3

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide will help you get the most out of the Mindee Ruby client library to e
## Installation

### Requirements
The following Ruby versions are tested and supported: 2.6, 2.7, 3.0, 3.1, 3.2
The following Ruby versions are tested and supported: 3.0, 3.1, 3.2, 3.3

### Standard Installation
To quickly get started with the Ruby OCR SDK, Install by adding this line to your application's Gemfile:
Expand Down

0 comments on commit aa6b59d

Please sign in to comment.