From fb2035c4a60ba35fdbf7ab0551ccceb698e592d5 Mon Sep 17 00:00:00 2001 From: Koza Date: Fri, 26 Jan 2024 15:57:25 +0100 Subject: [PATCH] Remove allow failures from stable ruby versions --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 488bde6..ed1bb33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,17 +28,13 @@ jobs: - ruby: 2.7 - ruby: "3.0" ### must be quoted otherwise will be treated as "3" which resolves to latest 3.x version - ruby: 3.1 - allow_failures: 'allow failures' - ruby: 3.2 - allow_failures: 'allow failures' - ruby: 3.3 - allow_failures: 'allow failures' - ruby: head allow_failures: 'allow failures' - ruby: jruby-9.3 - ruby: jruby-9.4 - allow_failures: 'allow failures' - ruby: jruby-head allow_failures: 'allow failures' steps: