Skip to content

Commit

Permalink
benchmark PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Nov 26, 2024
1 parent 62ce31f commit 466238d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CODE_COVERAGE: false
RUN_PHPSTAN: true
RUN_PSALM: false
RUN_BENCHMARK: true
RUN_BENCHMARK: false
- PHP_VERSION: "8.2"
CODE_COVERAGE: false
RUN_PHPSTAN: true
Expand All @@ -52,7 +52,7 @@ jobs:
CODE_COVERAGE: true
RUN_PHPSTAN: true
RUN_PSALM: false
RUN_BENCHMARK: false
RUN_BENCHMARK: true
- PHP_VERSION: "8.4"
CODE_COVERAGE: false
RUN_PHPSTAN: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/composer-cache-files
key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}
restore-keys: |
cache-composer-cache-files-
Expand Down

0 comments on commit 466238d

Please sign in to comment.