Skip to content

Commit 209b188

Browse files
authored
Merge pull request #316 from XeroAPI/PETOSS-583-Additional-File-Changes-with-Auto-Generated-PRs-from-CodeGen
PETOSS-583 Corrected Ruby Version
2 parents 517631c + 0a0ffd1 commit 209b188

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)