summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2024-02-15 23:13:45 -0800
committerGitHub <noreply@github.com>2024-02-15 23:13:45 -0800
commitbc7266c5ce51b170c107011c712f97b4dc8243a6 (patch)
tree4c7f6a3cd43aa21fbad79ec48ce21decf7fd7009 /.github/workflows/ubuntu.yml
parent81752d20976f51381983dc58d924d63c697f69da (diff)
Bump the required BASERUBY version to 3.0 (#9976)
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 3617a33b5c..2a9c755146 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -70,6 +70,11 @@ jobs:
makeup: true
dummy-files: ${{ matrix.test_task == 'check' }}
+ - uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
+ with:
+ ruby-version: '3.0'
+ bundler: none
+
- name: Run configure
env:
arch: ${{ matrix.arch }}