From 2d9f66ff4f332e16e8e152a8732aa1cf35fc018d Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Thu, 26 Sep 2024 10:54:16 +0000 Subject: [PATCH] Update Ruby vers in testing --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a6796cba..d770ebffbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '3.2', '3.1', '3.0' ] + ruby: [ '3.3', '3.2', '3.1' ] steps: - uses: actions/checkout@v1 - name: Set up Ruby @@ -57,7 +57,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2' + ruby-version: '3.3' bundler-cache: true - name: Build run: bundle exec rake samples