Skip to content

Commit 6ffcdca

Browse files
committed
Update Ruby versions to 3.4
1 parent e90c2dc commit 6ffcdca

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
runs-on: macos-latest
88
steps:
99
- uses: actions/checkout@v4
10+
- uses: ruby/setup-ruby@v1
11+
with:
12+
ruby-version: 3.4
1013
- name: Install dependencies
1114
run: |
1215
gem install bundler --no-document

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
ruby: [ head, 3.3, 3.2, 3.1, 3.0 ]
9+
ruby: [ head, 3.4, 3.3, 3.2 ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88
strategy:
99
matrix:
10-
ruby: [ 'mingw', 'mswin', '3.3' ]
10+
ruby: [ 'mingw', 'mswin', '3.4' ]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

0 commit comments

Comments
 (0)