Skip to content

Commit 52a11ce

Browse files
committed
benchmark PHP version
1 parent 62ce31f commit 52a11ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
CODE_COVERAGE: false
4343
RUN_PHPSTAN: true
4444
RUN_PSALM: false
45-
RUN_BENCHMARK: true
45+
RUN_BENCHMARK: false
4646
- PHP_VERSION: "8.2"
4747
CODE_COVERAGE: false
4848
RUN_PHPSTAN: true
4949
RUN_PSALM: false
50-
RUN_BENCHMARK: false
50+
RUN_BENCHMARK: true
5151
- PHP_VERSION: "8.3"
5252
CODE_COVERAGE: true
5353
RUN_PHPSTAN: true
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/cache@v2
8282
with:
8383
path: /tmp/composer-cache-files
84-
key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
84+
key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}
8585
restore-keys: |
8686
cache-composer-cache-files-
8787

0 commit comments

Comments
 (0)