From 093c8728793ac50a16b7356d316368ffe2a4347f Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Tue, 2 Jan 2024 11:50:48 +0900 Subject: [PATCH] Add ruby 3.3 to test matrix --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f312698..a99e2b06 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, '3.0', 3.1, 3.2] + ruby: [2.7, '3.0', 3.1, 3.2, 3.3] experimental: [false] include: - ruby: 'truffleruby-head' @@ -31,7 +31,7 @@ jobs: --health-retries 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install the latest Oracle instant client run: |