Skip to content

Commit 6d07171

Browse files
committed
Use ruby 3.3
1 parent 0279ad2 commit 6d07171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)