Skip to content

Commit

Permalink
Update Ruby versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Jun 6, 2023
1 parent d3ad41a commit c8ddf54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7.7", "3.0.5", "3.1.3", "3.2.1"]
ruby: ["2.7.8", "3.0.6", "3.1.4", "3.2.2"]

steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7.7", "3.0.5", "3.1.3", "3.2.1"]
ruby: ["2.7.8", "3.0.6", "3.1.4", "3.2.2"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.1
ruby 3.2.2
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ Remember that a valid identification number does not imply the existence of an I

This gem is used in production and tested against the following Ruby versions:

-`3.2.1` (stable)
-`3.1.3` (stable)
- `3.0.5` (stable)
- `2.7.7` (security maintenance)
-`3.2.2` (stable)
-`3.1.4` (stable)
- `3.0.6` (security maintenance)
- 🪦 `2.7.8` (end of life)

## Development

Expand Down

0 comments on commit c8ddf54

Please sign in to comment.