diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 136a28fd..4237eede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - sm-version: [ '1.11' ] #, '1.12' + sm-version: [ '1.11', '1.12' ] name: "Build SM ${{ matrix.sm-version }}" steps: