From 5c64af4cd38e39172725d61c7c44f88ad489929e Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Sun, 1 Oct 2023 22:46:02 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61d353e..be8e3f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - oscript_version: ['1.2.0', 'stable'] + oscript_version: ['stable', '1.8.4'] steps: - uses: actions/checkout@v2 @@ -40,7 +40,7 @@ jobs: oscript ./tasks/coverage.os - name: SonarCloud Scan on push - if: github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'dev' + if: github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable' uses: nixel2007/sonarcloud-github-action@v1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -51,7 +51,7 @@ jobs: -Dsonar.branch.name=${{ env.BRANCH_NAME }} - name: SonarCloud Scan on PR - if: github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'dev' + if: github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable' uses: nixel2007/sonarcloud-github-action@v1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}