From 7057dd2807b25da4eace9cec1e85b3e89909501d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 8 Aug 2024 13:38:57 +0200 Subject: [PATCH] CI: Add Ruby 3.3 to build matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c5222f4..3ee74bdf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2'] + ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] include: - os: macos-13 ruby: '2.5'