Skip to content

Commit

Permalink
Add Ruby 1.9 - 2.3 for swig-rb on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jun66j5 committed Dec 9, 2024
1 parent 9ff62fd commit 3f3335c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ jobs:
fail-fast: false
matrix:
os: ${{ fromJson(inputs.os) }}
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4']
ruby-version: [
'3.3', '3.2', '3.1', '3.0',
'2.7', '2.6', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0', '1.9',
]
exclude:
- {os: ubuntu-24.04, ruby-version: '1.9'}

env:
MATRIX_OS: ${{ matrix.os }}
Expand All @@ -114,6 +119,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler: 'none'

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3f3335c

Please sign in to comment.