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 56be530 commit b3d8fccCopy full SHA for b3d8fcc
.github/workflows/continuous-integration.yml
@@ -118,13 +118,6 @@ jobs:
118
dependency-versions: "${{ matrix.dependencies }}"
119
composer-options: "--prefer-dist"
120
121
- - name: "Upload composer.lock as build artifact"
122
- uses: actions/upload-artifact@v4
123
- with:
124
- name: "composer-lock-phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.mongodb-version }}"
125
- path: composer.lock
126
- overwrite: true
127
-
128
- id: setup-mongodb
129
uses: mongodb-labs/drivers-evergreen-tools@master
130
with:
0 commit comments