Skip to content

Commit 313e6ab

Browse files
committed
Use lowercase name to access env context var
1 parent 7004372 commit 313e6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: shivammathur/cache-extensions@v1
3838
with:
3939
php-version: ${{ env.PHP_VERSION }}
40-
extensions: "mongodb-${{ ENV.DRIVER_VERSION }}"
40+
extensions: "mongodb-${{ env.DRIVER_VERSION }}"
4141
key: "extcache-v1"
4242

4343
- name: Cache extensions
@@ -51,7 +51,7 @@ jobs:
5151
uses: "shivammathur/setup-php@v2"
5252
with:
5353
coverage: "none"
54-
extensions: "mongodb-${{ ENV.DRIVER_VERSION }}"
54+
extensions: "mongodb-${{ env.DRIVER_VERSION }}"
5555
php-version: "${{ env.PHP_VERSION }}"
5656
tools: "cs2pr"
5757

0 commit comments

Comments
 (0)