Skip to content

Commit

Permalink
ci: add Ruby 3.2 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 15, 2024
1 parent f541590 commit 3e461d7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,32 @@ jobs:
- name: "3.1 on Windows"
ruby-version: "3.1"
runs-on: "windows-latest"
- name: "3.2"
ruby-version: "3.2"
runs-on: "ubuntu-latest"
- name: "3.2 + frozen string literal"
ruby-version: "3.2"
runs-on: "ubuntu-latest"
rubyopt: "--enable-frozen-string-literal"
- name: "3.2 on macOS"
ruby-version: "3.2"
runs-on: "macos-latest"
- name: "3.2 on Windows"
ruby-version: "3.2"
runs-on: "windows-latest"
- name: "3.3"
ruby-version: "3.3"
runs-on: "ubuntu-latest"
- name: "3.3 + frozen string literal"
ruby-version: "3.3"
runs-on: "ubuntu-latest"
rubyopt: "--enable-frozen-string-literal"
- name: "3.3 on macOS"
ruby-version: "3.3"
runs-on: "macos-latest"
- name: "3.3 on Windows"
ruby-version: "3.3"
runs-on: "windows-latest"
- name: "head"
ruby-version: "head"
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 3e461d7

Please sign in to comment.