From 09b9d1cd8f31fed46b3a8ff52a46b976db6e657d Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 27 Dec 2023 15:28:37 +0000 Subject: [PATCH] [CI] Adds Ruby 3.3 to test matrices --- .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 9eea211..024b411 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,8 +15,8 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ] - es_version: ['8.9-SNAPSHOT', '8.10-SNAPSHOT', '8.11.0-SNAPSHOT'] + ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ] + es_version: ['8.10-SNAPSHOT', '8.11-SNAPSHOT', '8.12-SNAPSHOT'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3