From e4bc6f9142d5798d368767a0467e42bf725f39ed Mon Sep 17 00:00:00 2001 From: Sylvester Keil Date: Thu, 11 Jan 2024 10:12:41 +0100 Subject: [PATCH] Update and 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 e1af454..f7596c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: - "3.0" - "3.1" - "3.2" + - "3.3" os: - ubuntu-latest - macos-latest @@ -35,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install bundle uses: ruby/setup-ruby@v1 with: