Skip to content

Commit cddd7d1

Browse files
committed
[ci] Use ruby 3.3
1 parent c32c562 commit cddd7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
2929
restore-keys: |
3030
${{ runner.os }}-
31-
- name: Set up Ruby 2.7
31+
- name: Set up Ruby 3.3
3232
uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: 2.7
34+
ruby-version: 3.3
3535
- name: Setup Environment
3636
shell: bash
3737
run: |

0 commit comments

Comments
 (0)