Skip to content

Commit 0f8bfd3

Browse files
authored
M #-: Upgrade ruby version in Github Smoke tests (#4088)
1 parent 0912903 commit 0f8bfd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/smoke_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.7
17+
ruby-version: 3.4
1818
- name: Install rubocop
1919
run: gem install rubocop
20+
- name: Update apt packages
21+
run: sudo apt update
2022
- name: Install CppCheck
2123
run: sudo apt install -y cppcheck
2224
- name: Install AStyle

0 commit comments

Comments
 (0)