Skip to content

Commit ca3ed2c

Browse files
committed
Update ci.yml
1 parent fd91495 commit ca3ed2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: ["ubuntu-latest", "macos-latest"]
13-
ruby-version:
14-
["3.1", "3.2", "3.3", "head", "truffleruby", "truffleruby-head"]
13+
ruby-version: ["3.2", "3.3", "head", "truffleruby", "truffleruby-head"]
1514
runs-on: ${{ matrix.os }}
1615
steps:
1716
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)