From 427af30ee53675d82c1ca8e14c4682074a98351c Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sat, 30 Dec 2023 09:15:08 -0300 Subject: [PATCH] Add Ruby 3.3 to ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ed10df..ae4eaf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: os: [ubuntu-latest] ruby-version: - head + - '3.3' - '3.2' - '3.1' - '3.0' @@ -22,7 +23,7 @@ jobs: - os: windows-latest ruby-version: head - os: windows-latest - ruby-version: '3.1' + ruby-version: '3.3' - os: windows-latest ruby-version: mingw - os: windows-latest @@ -32,7 +33,7 @@ jobs: - os: macos-latest ruby-version: 'head' - os: macos-latest - ruby-version: '3.1' + ruby-version: '3.3' runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3