Skip to content

Commit

Permalink
Rollback BASERUBY version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 12, 2023
1 parent 2699002 commit 7d16960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/baseruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
strategy:
matrix:
ruby:
# - ruby-2.5
- ruby-2.5
# - ruby-2.6
- ruby-2.7
# - ruby-2.7
- ruby-3.0
- ruby-3.1
- ruby-3.2
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ jobs:
with:
path: src/.downloaded-cache
key: downloaded-cache
- uses: ruby/setup-ruby@d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c # v1.148.0
with:
ruby-version: ruby-2.7
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 7d16960

Please sign in to comment.