Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Dec 26, 2023
1 parent 8f2921e commit 10737b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
gr: ["0.71.8", "0.72.9", "system"]
gr: ["0.72.11", "0.73.0", "system"]
os: ["ubuntu", "macos", "windows"]
ruby: ["2.7", "3.1", "3.2"]
ruby: ["3.1", "3.2", "3.3"]
exclude:
- { os: windows, gr: "0.71.8" }
- { os: windows, gr: "0.72.9" }
Expand Down

0 comments on commit 10737b2

Please sign in to comment.