From 0b40d6d3bd29674c57b402a71d7ec35bee303303 Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Sat, 9 Dec 2023 18:23:13 +0300 Subject: [PATCH] try new ruby vers --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef0807d..6ff82b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.1" + ruby-version: "3.2" bundler-cache: true - name: Build and install gem to systems gems run: bundle exec rake install @@ -39,13 +39,13 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.7", "3.0"] + ruby: ["2.7", "3.0", "3.1"] steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler-cache: true + bundler-cache: false - name: Run specs run: bundle exec rspec