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 8369559 commit 79c4422Copy full SHA for 79c4422
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.7, 3.3.7, 3.4.2 ]
+ ruby: [ 3.2.8, 3.3.8, 3.4.4 ]
13
rubyopt: [""]
14
include:
15
- os: ubuntu
16
- ruby: 3.4.2
+ ruby: 3.4.4
17
rubyopt: "--enable-frozen-string-literal"
18
19
20
rubyopt: "--parser=parse.y"
21
22
runs-on: ${{ matrix.os }}-latest
@@ -74,5 +74,5 @@ jobs:
74
- uses: actions/checkout@v4
75
- uses: ruby/setup-ruby@v1
76
with:
77
- ruby-version: '3.3'
+ ruby-version: '3.4'
78
- run: bin/rubocop
0 commit comments