Skip to content

Commit 4a0c6b7

Browse files
committed
Update ci.yml
1 parent adf611d commit 4a0c6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: ["ubuntu-latest", "macos-latest"]
13-
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
13+
ruby-version: ["3.3", "head"]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)