Skip to content

Commit 0a0ffd1

Browse files
author
Vignesh Kennadi
committed
PETOSS-583 Corrected Ruby Version
1 parent 517631c commit 0a0ffd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Ruby environment
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: '3.0'
20+
ruby-version: '3.2.0'
2121
bundler-cache: true
2222

2323
- name: Install dependencies

0 commit comments

Comments
 (0)