Skip to content

Commit 5c64af4

Browse files
authored
Update main.yml
1 parent afc330b commit 5c64af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
oscript_version: ['1.2.0', 'stable']
17+
oscript_version: ['stable', '1.8.4']
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
4040
oscript ./tasks/coverage.os
4141
4242
- name: SonarCloud Scan on push
43-
if: github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'dev'
43+
if: github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable'
4444
uses: nixel2007/sonarcloud-github-action@v1.4
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
-Dsonar.branch.name=${{ env.BRANCH_NAME }}
5252
5353
- name: SonarCloud Scan on PR
54-
if: github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'dev'
54+
if: github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable'
5555
uses: nixel2007/sonarcloud-github-action@v1.4
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)