From 6c78a5c2ff0efff998a807788c212ad187aa126f Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 28 Dec 2022 10:41:15 +0000 Subject: [PATCH] [CI] Adds Ruby 3.2 to test matrices --- .ci/test-matrix.yml | 3 ++- .github/workflows/8.6.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 287c5385f3..0f06c46006 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,8 +1,9 @@ --- STACK_VERSION: - - 8.6.0-SNAPSHOT + - 8.6-SNAPSHOT RUBY_TEST_VERSION: +- 3.2 - 3.1 - 3.0 - 2.7 diff --git a/.github/workflows/8.6.yml b/.github/workflows/8.6.yml index c1cd5cf6bb..56de2a5e07 100644 --- a/.github/workflows/8.6.yml +++ b/.github/workflows/8.6.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '2.7', '3.0', '3.1', 'jruby-9.3' ] + ruby: [ '2.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2