From 86ef0aeba7b699dd76c7f794a1a4f380b3327658 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 23 Sep 2024 12:28:26 +0200 Subject: [PATCH] CI: add Ruby 3.3 to test matrix (#291) --- .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 cf53d02..058bd15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2'] + ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] steps: - name: Install system dependencies