From 4d82d910ee2cb6330465c21f88532949a7fff65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 29 Jan 2024 14:13:36 -1000 Subject: [PATCH] Add Ruby 3.3 to the CI matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3fbc3..3c8767e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2