From 5ad2b46f59ee9e88d271241aeafd71639a9a9061 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 10 Mar 2023 07:31:15 +0900 Subject: Merge jruby jobs into ubuntu --- .github/workflows/ubuntu-jruby.yml | 23 ----------------------- .github/workflows/ubuntu.yml | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .github/workflows/ubuntu-jruby.yml diff --git a/.github/workflows/ubuntu-jruby.yml b/.github/workflows/ubuntu-jruby.yml deleted file mode 100644 index 7fadea2..0000000 --- a/.github/workflows/ubuntu-jruby.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: ubuntu-jruby - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - ruby: [ jruby, jruby-head ] - steps: - - uses: actions/checkout@v3 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: ${{ matrix.ruby }} - - name: Install dependencies - run: bundle install --jobs 1 - - name: compile - run: bundle exec rake compile - - name: test - run: bundle exec rake test diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 96635a2..f0cb1be 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -6,7 +6,7 @@ jobs: ruby-versions: uses: ruby/actions/.github/workflows/ruby_versions.yml@master with: - engine: cruby + engine: cruby-jruby min_version: 2.4 build: -- cgit v1.2.1