We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ed3ec commit 3d7e563Copy full SHA for 3d7e563
1 file changed
.github/workflows/ci.yml
@@ -9,14 +9,14 @@ jobs:
9
fail-fast: false
10
matrix:
11
os: [ ubuntu, macos, windows ]
12
- ruby: [ 3.2.8, 3.3.8, 3.4.4 ]
+ ruby: [ 3.2.9, 3.3.9, 3.4.7 ]
13
rubyopt: [""]
14
include:
15
- os: ubuntu
16
- ruby: 3.4.4
+ ruby: 3.4.7
17
rubyopt: "--enable-frozen-string-literal"
18
19
20
rubyopt: "--parser=parse.y"
21
22
runs-on: ${{ matrix.os }}-latest
0 commit comments