From a39a3ae70ebbc773d1d83b910d387a29e7b281ae Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 18 Nov 2024 19:22:59 +0100 Subject: [PATCH] [TASK] Temporarily disable some failing CI jobs (#205) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 356d95b..098d5c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,9 +60,9 @@ jobs: - { 'rails': '7.0', 'ruby': '3.3.6' } - { 'rails': '7.1', 'ruby': '3.1.6' } - { 'rails': '7.1', 'ruby': '3.2.6' } - - { 'rails': '7.1', 'ruby': '3.3.6' } +# - { 'rails': '7.1', 'ruby': '3.3.6' } - { 'rails': '7.2', 'ruby': '3.1.6' } - { 'rails': '7.2', 'ruby': '3.2.6' } - - { 'rails': '7.2', 'ruby': '3.3.6' } +# - { 'rails': '7.2', 'ruby': '3.3.6' } - { 'rails': '8.0', 'ruby': '3.2.6' } - { 'rails': '8.0', 'ruby': '3.3.6' }