Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Jan 30, 2024
1 parent 3b6c6b2 commit 5a771c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
strategy:
fail-fast: false
matrix:
gr: ["0.72.11", "0.73.0", "system"]
gr: ["0.72.11", "0.73.1", "system"]
os: ["ubuntu", "macos", "windows"]
ruby: ["3.1", "3.2", "3.3"]
exclude:
- { os: windows, gr: "0.71.8" }
- { os: windows, gr: "0.72.9" }
- { os: windows, gr: "0.72.11" }
- { os: windows, gr: "0.73.1" }
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 5a771c4

Please sign in to comment.