Skip to content

Commit 651329e

Browse files
herwinweregon
authored andcommitted
Bump Ruby versions in CI to the latest minor releases
And update the rubocop check to use Ruby 3.4
1 parent 8369559 commit 651329e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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.7, 3.3.7, 3.4.2 ]
12+
ruby: [ 3.2.8, 3.3.8, 3.4.4 ]
1313
rubyopt: [""]
1414
include:
1515
- os: ubuntu
16-
ruby: 3.4.2
16+
ruby: 3.4.4
1717
rubyopt: "--enable-frozen-string-literal"
1818
- os: ubuntu
19-
ruby: 3.4.2
19+
ruby: 3.4.4
2020
rubyopt: "--parser=parse.y"
2121

2222
runs-on: ${{ matrix.os }}-latest
@@ -74,5 +74,5 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- uses: ruby/setup-ruby@v1
7676
with:
77-
ruby-version: '3.3'
77+
ruby-version: '3.4'
7878
- run: bin/rubocop

0 commit comments

Comments
 (0)