Skip to content

fix: correct romania currency sign from RON to lei #26

fix: correct romania currency sign from RON to lei

fix: correct romania currency sign from RON to lei #26

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
gemfile:
- rails_6
- rails_6.1
- rails_7
- rails_7.1
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: "bundle install"
- run: "bundle exec rake"