From 01d1d652a0d4f79742f17ef5b3c9fc1351531b7f Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Wed, 17 Jan 2024 08:00:21 +0100 Subject: [PATCH] adds Ruby 3.3 to CI Also bumps actions/checkout action to v4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03f2f1e8..c2a0af1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ ruby-head, '3.2', '3.1', '3.0', '2.7', truffleruby ] + ruby: [ ruby-head, '3.3', '3.2', '3.1', '3.0', '2.7', truffleruby ] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: