We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0633395 commit 0f3d817Copy full SHA for 0f3d817
.github/workflows/reusable-phpunit-test.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: Setup global environment variables
171
run: |
172
echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
173
- echo "ARTIFACT_NAME=${{ inputs.job-id || github.job }}-php-${{ inputs.php-version }}-db-${{ inputs.db-platform || 'none' }}" >> $GITHUB_ENV
+ echo "ARTIFACT_NAME=${{ inputs.job-id || github.job }}-php-${{ inputs.php-version }}-db-${{ inputs.db-platform || 'none' }}${{ inputs.mysql-version || '' }}" >> $GITHUB_ENV
174
175
- name: Cache dependencies
176
uses: actions/cache@v4
0 commit comments