From 2c82d32b3905f260d17b66d4e1c5d4c98bd011d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Fri, 14 Jun 2024 17:51:51 -1000 Subject: [PATCH] Add Ruby 3.3 to the CI test matrix Ruby 3.3 is available and some systems will ship with it soon, so make sure the test suite is run with this version of Ruby so that we can spot issues before they hit everyone. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4ea364..31c5245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - '3.0' - '3.1' - '3.2' + - '3.3' steps: - uses: actions/checkout@v4 - name: Setup Ruby