From 7a1eaae890c1090ffdd69a43c3cfae77e0e02428 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 14 Nov 2024 13:54:45 +0100 Subject: [PATCH] CI: add Ruby 3.3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e1948..d052820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,13 @@ jobs: strategy: matrix: ruby-version: + - 3.3 - 3.2 - 3.1 - "3.0" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: