From 9d75af6dd1ea2db724076138c340f79fc1531eb1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Jan 2024 15:29:15 +0000 Subject: [PATCH] Add tests on Ruby 3.3 --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c9809188..2b424640 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,6 +18,7 @@ jobs: - '3.0' - '3.1' - '3.2' + - '3.3' steps: - uses: zendesk/checkout@v3 - uses: zendesk/setup-ruby@v1