From 5f81a876d76ed1ca775c0e7f94c81fcc00784e07 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 28 Feb 2020 19:17:26 +0900 Subject: Run test with BUNDLER_SPEC_SUB_VERSION=3 --- .github/workflows/ubuntu-sudo.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ubuntu-sudo.yml b/.github/workflows/ubuntu-sudo.yml index 0ee1a0e335..719351e51f 100644 --- a/.github/workflows/ubuntu-sudo.yml +++ b/.github/workflows/ubuntu-sudo.yml @@ -29,4 +29,9 @@ jobs: run: sudo -E bin/rake spec:sudo env: RGV: ${{ matrix.rgv }} + - name: Run Test with BUNDLER_SPEC_SUB_VERSION + run: sudo -E bin/rake spec:sudo + env: + RGV: ${{ matrix.rgv }} + BUNDLER_SPEC_SUB_VERSION: 3.0.0 timeout-minutes: 60 -- cgit v1.2.1