diff --git a/.github/workflows/main-php-matrix.yml b/.github/workflows/main-php-matrix.yml index e993f51..36284ad 100644 --- a/.github/workflows/main-php-matrix.yml +++ b/.github/workflows/main-php-matrix.yml @@ -29,7 +29,7 @@ jobs: - name: Decide whether to skip jit-tracing tests #jit-tracing is borked on linux until 8.3 due to https://github.com/php/php-src/issues/10473 id: jit-tracing - run: + run: | major="$(echo ${{ inputs.php }} | cut -d. -f1)" minor="$(echo ${{ inputs.php }} | cut -d. -f2)" skip="skip-"