Skip to content

Commit 948fd68

Browse files
committed
Update ruby version of CI to 3.4.1
1 parent e4f7f17 commit 948fd68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
version:
2929
- '2.5.0'
30-
- '3.2.2'
30+
- '3.4.1'
3131

3232
steps:
3333
- name: Checkout code
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "VERSION=$(cat lib/splitclient-rb/version.rb | grep VERSION | awk -F "'" '{print $2}')" >> $GITHUB_ENV
5757

5858
- name: SonarQube Scan (Push)
59-
if: matrix.version == '3.2.2' && github.event_name == 'push'
59+
if: matrix.version == '3.4.1' && github.event_name == 'push'
6060
uses: SonarSource/sonarcloud-github-action@v1.9
6161
env:
6262
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
@@ -68,7 +68,7 @@ jobs:
6868
-Dsonar.projectVersion=${{ env.VERSION }}
6969
7070
- name: SonarQube Scan (Pull Request)
71-
if: matrix.version == '3.2.2' && github.event_name == 'pull_request'
71+
if: matrix.version == '3.4.1' && github.event_name == 'pull_request'
7272
uses: SonarSource/sonarcloud-github-action@v1.9
7373
env:
7474
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

0 commit comments

Comments
 (0)