From f811eb740821e5a4e068a7ee5720f8bae8c55b26 Mon Sep 17 00:00:00 2001 From: Igor Drozdov Date: Wed, 9 Aug 2023 12:25:08 +0200 Subject: [PATCH] Add 3.2 to Ruby CI versions --- .github/workflows/specs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index a3f5828..3d364ef 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['2.7', '3.0', '3.1'] + ruby: ['2.7', '3.0', '3.1', '3.2'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -13,4 +13,4 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: bundle exec rspec \ No newline at end of file + - run: bundle exec rspec