From b6aa3c7635dab1fcf0184610feb3ba11a2dbcde7 Mon Sep 17 00:00:00 2001 From: lindseytruong Date: Tue, 26 Nov 2024 10:24:28 -0500 Subject: [PATCH] align versions --- .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 f3a365e..8647da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up the Ruby version uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: ['3.3', '3.4.0-preview2'] bundler-cache: true - name: Ruby gem cache @@ -46,7 +46,7 @@ jobs: - name: Set up the Ruby version uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: ['3.3', '3.4.0-preview2'] bundler-cache: true - name: Ruby gem cache