From 23500b4a0f60888ab47710169628c98d0eb9071b Mon Sep 17 00:00:00 2001 From: Stephanie Date: Tue, 1 Aug 2023 21:02:30 -0700 Subject: [PATCH] Update ruby.yml --- .github/workflows/ruby.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 7b58ba3..e7d702e 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -18,12 +18,7 @@ permissions: jobs: test: - runs-on: ubuntu-latest - strategy: - matrix: - ruby-version: '3.2.2'' - steps: - uses: actions/checkout@v3 - name: Set up Ruby @@ -32,7 +27,7 @@ jobs: # uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1 with: - ruby-version: ${{ matrix.ruby-version }} + ruby-version: '3.2.2' bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake