From 60ebbfd7e79384009c832b7cbb5c4621e6920fda Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 18 Jan 2023 12:04:49 -0300 Subject: [PATCH] DEV: Stop testing with Ruby 3.2 for now (#19909) --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 706057c01bc..9374c85d708 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,16 +38,12 @@ jobs: matrix: build_type: [backend, frontend, system, annotations] target: [core, plugins] - ruby: ['3.1', '3.2'] + ruby: ['3.1'] exclude: - build_type: annotations target: plugins - build_type: frontend target: core # Handled by core_frontend_tests job (below) - - build_type: frontend - ruby: '3.2' - - build_type: annotations - ruby: '3.2' steps: - uses: actions/checkout@v3