Skip to content

Commit

Permalink
Merge pull request #113 from rake-compiler/flavorjones-ci-ruby-3.3.0
Browse files Browse the repository at this point in the history
ci: add coverage for ruby 3.3.0 final
  • Loading branch information
flavorjones authored Dec 27, 2023
2 parents 0278d47 + 6a5df43 commit edfea10
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -120,7 +120,8 @@ jobs:
os:
- ubuntu
ruby:
- "head" # 3.3
- "head"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
Expand Down Expand Up @@ -158,6 +159,7 @@ jobs:
- ubuntu
ruby:
- "head" # 3.3
- "3.3"
- "3.2"
- "3.1"
- "3.0"
Expand All @@ -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
Expand All @@ -189,6 +194,8 @@ jobs:
ruby: "3.1"
- os: windows
ruby: "3.2"
- os: windows
ruby: "3.3"
- os: windows
ruby: "head"

Expand Down Expand Up @@ -220,7 +227,8 @@ jobs:
os:
- windows
ruby:
- "head" # 3.3
- "head"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
Expand All @@ -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
Expand All @@ -245,6 +256,8 @@ jobs:
ruby: "3.1"
- os: windows
ruby: "3.2"
- os: windows
ruby: "3.3"
- os: windows
ruby: "head"

Expand Down

0 comments on commit edfea10

Please sign in to comment.