Skip to content

Commit

Permalink
Minimal BASERUBY version was updated to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Feb 19, 2024
1 parent 9e477d9 commit f5a08f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# '3.0' is the oldest living ruby version
# '2.7' is for BASERUBY
baseruby: ['head', '3.0', '2.7']
# '3.0' is the oldest living ruby version and minimal BASERUBY version
baseruby: ['head', '3.0']
ruby_branch: ['master']
defaults:
run:
Expand Down

0 comments on commit f5a08f7

Please sign in to comment.