From 6a5df43df11667a1e2107394f63660ecd85e23d4 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 25 Dec 2023 12:01:07 -0500 Subject: [PATCH] ci: add coverage for ruby 3.3.0 final --- .github/workflows/ci.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5230591..722a086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.0" + ruby-version: "3.2" bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Build docker image @@ -120,7 +120,8 @@ jobs: os: - ubuntu ruby: - - "head" # 3.3 + - "head" + - "3.3" - "3.2" - "3.1" - "3.0" @@ -158,6 +159,7 @@ jobs: - ubuntu ruby: - "head" # 3.3 + - "3.3" - "3.2" - "3.1" - "3.0" @@ -181,6 +183,9 @@ jobs: - os: windows ruby: "3.2" platform: x64-mingw-ucrt + - os: windows + ruby: "3.3" + platform: x64-mingw-ucrt - os: windows ruby: "head" platform: x64-mingw-ucrt @@ -189,6 +194,8 @@ jobs: ruby: "3.1" - os: windows ruby: "3.2" + - os: windows + ruby: "3.3" - os: windows ruby: "head" @@ -220,7 +227,8 @@ jobs: os: - windows ruby: - - "head" # 3.3 + - "head" + - "3.3" - "3.2" - "3.1" - "3.0" @@ -237,6 +245,9 @@ jobs: - os: windows ruby: "3.2" platform: x64-mingw-ucrt + - os: windows + ruby: "3.3" + platform: x64-mingw-ucrt - os: windows ruby: "head" platform: x64-mingw-ucrt @@ -245,6 +256,8 @@ jobs: ruby: "3.1" - os: windows ruby: "3.2" + - os: windows + ruby: "3.3" - os: windows ruby: "head"