Skip to content

Issue 275 ignore empty space at begin #2

Issue 275 ignore empty space at begin

Issue 275 ignore empty space at begin #2

name: test-lang-ruby
on: [pull_request]
jobs:
lang-ruby-test:
name: "Lang Ruby test (ver: ${{ matrix.ruby-version }}) (os: ${{ matrix.os }})"
runs-on: ${{ matrix.os }}
strategy:
matrix:
ruby-version: ["2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
os: [ubuntu-22.04, macos-26-intel]
include:
- os: ubuntu-22.04
python-version: "3.7.17"
- os: macos-26-intel
python-version: "3.12"
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: setup.py
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- run: make deps-dev
- run: make install-from-pkg-tgz
- run: make lang-ruby-test