Skip to content

Commit

Permalink
CI: Also test 4.0 and 5.0 releases in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Oct 6, 2024
1 parent 1ded869 commit f159e74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
version: [ "4.0", "4.1", "5.0"]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -23,6 +24,7 @@ jobs:
uses: ./
with:
cache: false
version: ${{ matrix.version }}
- name: Test
run: bash -c '"${OHOS_SDK_NATIVE}/llvm/bin/clang" --version'
- name: Remove previous SDK installation
Expand All @@ -35,6 +37,7 @@ jobs:
with:
components: "native;toolchains"
cache: false
version: ${{ matrix.version }}
- name: Test
shell: bash
env:
Expand All @@ -52,6 +55,7 @@ jobs:
with:
fixup-path: true
cache: false
version: ${{ matrix.version }}
- name: Test
shell: bash
env:
Expand Down

0 comments on commit f159e74

Please sign in to comment.