Skip to content

Commit

Permalink
Update BASERUBY version from 2.5 to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 10, 2023
1 parent 2cc9712 commit d075552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baseruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
ruby:
- ruby-2.5
# - ruby-2.5
# - ruby-2.6
# - ruby-2.7
- ruby-3.0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ jobs:
with:
path: src/.downloaded-cache
key: downloaded-cache
- uses: ruby/setup-ruby@d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c # v1.148.0
with:
ruby-version: ruby-3.0
bundler: none
- name: Install Rust
if: ${{ matrix.entry.rust }}
run: sudo apt-get update && sudo apt install -y rustc
Expand Down

0 comments on commit d075552

Please sign in to comment.