From 28de2540bd1ce36eeed2cd61a1d46d356226683d Mon Sep 17 00:00:00 2001 From: Dan Manges Date: Mon, 19 Feb 2024 15:58:28 -0500 Subject: [PATCH] Test with 3.3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c62c4a..4a30e1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,10 @@ jobs: rspec-matrix: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: ruby: - - '3.2' + - '3.3' gemfile: - '3.8' - '3.9'