Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/0.33.x' into fix-prevent-duplica…
Browse files Browse the repository at this point in the history
…te-compression
  • Loading branch information
Meldiron committed Feb 3, 2025
2 parents 0d535f3 + e91d4c5 commit 193e15f
Show file tree
Hide file tree
Showing 6 changed files with 394 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:

- name: Run Linter
run: |
docker run --rm -v $PWD:/app composer sh -c \
docker run --rm -v $PWD:/app composer:2.6 sh -c \
"composer install --profile --ignore-platform-reqs && git config --global --add safe.directory /app && composer bench -- --progress=plain"
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:

- name: Run CodeQL
run: |
docker run --rm -v $PWD:/app composer sh -c \
docker run --rm -v $PWD:/app composer:2.6 sh -c \
"composer install --profile --ignore-platform-reqs && composer check"
Loading

0 comments on commit 193e15f

Please sign in to comment.