1 parent 6045431 commit 9c43de7Copy full SHA for 9c43de7
1 file changed
.github/workflows/benchmark.yml
@@ -45,6 +45,11 @@ jobs:
45
./vendor/bin/phpbench run --report=expression --dump-file=results/bench_73.xml
46
php ./tests/benchmarks_result_to_markdown.php -i results/bench_73.xml -o results/bench_73.md
47
# 2. PHP 8.4 Environment Execution
48
+ # --- Clean workspace before switching PHP version ---
49
+ - name: Clean working directory for PHP 8.4
50
+ run: |
51
+ git checkout .
52
+ git clean -fd -e results/
53
- name: Setup PHP 8.4
54
uses: shivammathur/setup-php@v2
55
with:
0 commit comments