Skip to content

Commit

Permalink
[ci] Use ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 1, 2024
1 parent c32c562 commit cddd7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-
- name: Set up Ruby 2.7
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
- name: Setup Environment
shell: bash
run: |
Expand Down

0 comments on commit cddd7d1

Please sign in to comment.