Skip to content

Commit 0fd9fc8

Browse files
committed
feat: add scenario documentation and update CI workflow for sis01_healthcare verification
1 parent 59ee6fd commit 0fd9fc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: ruby-3.3.6
18+
ruby-version: 2.7.8
1919
bundler-cache: true
2020

2121
- name: Lint code for consistent style
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:
37-
ruby-version: ruby-3.3.6
37+
ruby-version: 2.7.8
3838
bundler-cache: true
3939

4040
- name: Run tests

0 commit comments

Comments
 (0)