Skip to content

Commit 3d7e563

Browse files
committed
Update ruby versions on CI
1 parent 59ed3ec commit 3d7e563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ ubuntu, macos, windows ]
12-
ruby: [ 3.2.8, 3.3.8, 3.4.4 ]
12+
ruby: [ 3.2.9, 3.3.9, 3.4.7 ]
1313
rubyopt: [""]
1414
include:
1515
- os: ubuntu
16-
ruby: 3.4.4
16+
ruby: 3.4.7
1717
rubyopt: "--enable-frozen-string-literal"
1818
- os: ubuntu
19-
ruby: 3.4.4
19+
ruby: 3.4.7
2020
rubyopt: "--parser=parse.y"
2121

2222
runs-on: ${{ matrix.os }}-latest

0 commit comments

Comments
 (0)