Skip to content

Commit

Permalink
Merge pull request #131 from yui-knk/add_2_5_for_ci
Browse files Browse the repository at this point in the history
Add 2.5 for test-ruby CI job target
  • Loading branch information
yui-knk committed Oct 17, 2023
2 parents f5457f0 + 69beb95 commit b470996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
strategy:
fail-fast: false
matrix:
baseruby: ['3.0']
# '3.0' is the oldest living ruby version
# '2.5' is for BASERUBY
baseruby: ['3.0', '2.5']
ruby_branch: ['master']
defaults:
run:
Expand Down

0 comments on commit b470996

Please sign in to comment.