Skip to content

Commit

Permalink
Change Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
denpatin committed Aug 15, 2024
1 parent 7374d84 commit 1164369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.3
- name: Set up Ruby 3.2
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
ruby-version: 3.3.x
ruby-version: 3.2.x

- name: Publish to GPR
run: |
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
==========

[![Gem Version](https://badge.fury.io/rb/lariconv.svg)](https://badge.fury.io/rb/lariconv)
[![Build Status](https://github.com/denpatin/lariconv/actions/workflows/ci.yml/badge.svg)](https://github.com/denpatin/lariconv/actions/workflows/ci.yml)

[![Build Status](https://github.com/denpatin/lariconv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/denpatin/lariconv/actions/workflows/ci.yml)

Gem to convert different currencies to Georgian Lari based on
the National Bank of Georgia's exchange rate for a given date.
Expand Down

0 comments on commit 1164369

Please sign in to comment.