Skip to content

Commit

Permalink
GitHub actions: update ruby-version from 2.6 to 2.7 for Ceedling and …
Browse files Browse the repository at this point in the history
…Sonar-scan
  • Loading branch information
TheSomeMan committed Oct 17, 2023
1 parent 9614e51 commit 494734c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ceedling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
submodules: recursive

- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: '2.7'

# Runs a single command using the runners shell
- name: Install Ceedling
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- name: Compile project
run: build-wrapper-linux-x86-64 --out-dir bw-output make sonar

- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: '2.7'

# Runs a single command using the runners shell
- name: Install Ceedling and GCovr
Expand Down

0 comments on commit 494734c

Please sign in to comment.