Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 19, 2024
1 parent 0709c71 commit 7b285ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-php-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
Expand Down

0 comments on commit 7b285ca

Please sign in to comment.