diff --git a/.github/workflows/quality-check.yml b/.github/workflows/quality-check.yml index 52e811c..f6a7747 100644 --- a/.github/workflows/quality-check.yml +++ b/.github/workflows/quality-check.yml @@ -55,8 +55,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - # @TODO: "1.6.1.24" is temporarily disabled here - ps_version: ["1.7.8.10", "8.1.6"] + ps_version: ["1.7.8.10", "8.1.7"] steps: - name: Checkout uses: actions/checkout@v4