We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ce31f commit 52a11ceCopy full SHA for 52a11ce
.github/workflows/test.yml
@@ -42,12 +42,12 @@ 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
49
50
- RUN_BENCHMARK: false
+ RUN_BENCHMARK: true
51
- PHP_VERSION: "8.3"
52
CODE_COVERAGE: true
53
@@ -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