From 85c2f4c2674ed76de911988b2c91cec91caac644 Mon Sep 17 00:00:00 2001 From: Nikita Fedyashev Date: Wed, 23 Aug 2023 14:41:42 +0300 Subject: [PATCH] Try ruby 3.3-preview1 as github workflow testing target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c023a8..7176836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: [1.9, '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head] + ruby: ['1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3.0-preview1', head] runs-on: ${{ matrix.os }} env: BUNDLE_WITHOUT: development