From 2ebe5b1c64642776ee7bef258762ef0bee96cb6b Mon Sep 17 00:00:00 2001 From: File Sync Date: Fri, 5 Jan 2024 05:54:15 +0000 Subject: [PATCH] Update .github/workflows/ci.yml Source file https://github.com/dry-rb/template-gem/blob/7cfb16f7796c3eddde965c87641ca99ef5240ee9/.github/workflows/ci.yml.erb --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e69fdcc..e0daa86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: fail-fast: false matrix: ruby: + - "3.3" - "3.2" - "3.1" - "3.0"