We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ce31f commit 466238dCopy full SHA for 466238d
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
CODE_COVERAGE: false
43
RUN_PHPSTAN: true
44
RUN_PSALM: false
45
- RUN_BENCHMARK: true
+ RUN_BENCHMARK: false
46
- PHP_VERSION: "8.2"
47
48
@@ -52,7 +52,7 @@ jobs:
52
CODE_COVERAGE: true
53
54
55
- RUN_BENCHMARK: false
+ RUN_BENCHMARK: true
56
- PHP_VERSION: "8.4"
57
58
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/cache@v2
82
with:
83
path: /tmp/composer-cache-files
84
- key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}${{ matrix.CODE_COVERAGE && '-xdebug' || '' }}
+ key: cache-composer-cache-files-${{ matrix.PHP_VERSION }}
85
restore-keys: |
86
cache-composer-cache-files-
87
0 commit comments