From abcc41cce75f3f63aa34443d7b3edf5fe17cfeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Sat, 28 Dec 2024 20:18:11 +0100 Subject: [PATCH] Test with Ruby 3.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c235b87..746e2a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: ruby: - '2.6' - - '3.2' + - '3.3' steps: - name: Checkout uses: actions/checkout@v4